From a902da91f366e020bd7c6d595b0bc9c2f2d7b52c Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Sat, 19 Oct 2024 20:36:44 +0200 Subject: [PATCH] chore(movies): fix deps --- projects/cloudflare-worker/project.json | 2 +- projects/docs/project.json | 2 +- projects/firebase-function/project.json | 2 +- projects/ng-universal-express/project.json | 2 +- projects/test-selectors/project.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/cloudflare-worker/project.json b/projects/cloudflare-worker/project.json index a1e55eb60..d5981e633 100644 --- a/projects/cloudflare-worker/project.json +++ b/projects/cloudflare-worker/project.json @@ -62,7 +62,7 @@ } }, "lint": { - "executor": "@nx/linter:eslint", + "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["projects/cloudflare-worker/**/*.ts"] diff --git a/projects/docs/project.json b/projects/docs/project.json index a953271ed..54ed40a95 100644 --- a/projects/docs/project.json +++ b/projects/docs/project.json @@ -17,7 +17,7 @@ } }, "lint": { - "executor": "@nx/linter:eslint", + "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": [ diff --git a/projects/firebase-function/project.json b/projects/firebase-function/project.json index a4e313d1e..31d6b72c9 100644 --- a/projects/firebase-function/project.json +++ b/projects/firebase-function/project.json @@ -45,7 +45,7 @@ } }, "lint": { - "executor": "@nx/linter:eslint", + "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["projects/firebase-function/**/*.ts"] diff --git a/projects/ng-universal-express/project.json b/projects/ng-universal-express/project.json index 871eda389..473686c1c 100644 --- a/projects/ng-universal-express/project.json +++ b/projects/ng-universal-express/project.json @@ -82,7 +82,7 @@ "defaultConfiguration": "development" }, "lint": { - "executor": "@nx/linter:eslint", + "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["projects/ng-universal-express/**/*.ts"] diff --git a/projects/test-selectors/project.json b/projects/test-selectors/project.json index 849665475..785f04649 100644 --- a/projects/test-selectors/project.json +++ b/projects/test-selectors/project.json @@ -7,7 +7,7 @@ "projectType": "library", "targets": { "lint": { - "executor": "@nx/linter:eslint", + "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": [