diff --git a/apps/angular/1-projection/project.json b/apps/angular/1-projection/project.json index 0e6b88b..df91001 100644 --- a/apps/angular/1-projection/project.json +++ b/apps/angular/1-projection/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/1-projection/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:application", @@ -66,9 +67,6 @@ "buildTarget": "angular-projection:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], @@ -76,6 +74,5 @@ "jestConfig": "apps/angular/1-projection/jest.config.ts" } } - }, - "tags": [] + } } diff --git a/apps/angular/10-utility-wrapper-pipe/project.json b/apps/angular/10-utility-wrapper-pipe/project.json index 4946170..233fc18 100644 --- a/apps/angular/10-utility-wrapper-pipe/project.json +++ b/apps/angular/10-utility-wrapper-pipe/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/10-utility-wrapper-pipe/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -66,10 +67,6 @@ "options": { "buildTarget": "angular-utility-wrapper-pipe:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/angular/13-highly-customizable-css/project.json b/apps/angular/13-highly-customizable-css/project.json index aa4ecb3..8bdda5d 100644 --- a/apps/angular/13-highly-customizable-css/project.json +++ b/apps/angular/13-highly-customizable-css/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/13-highly-customizable-css/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -66,10 +67,6 @@ "options": { "buildTarget": "angular-highly-customizable-css:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/angular/16-master-dependency-injection/project.json b/apps/angular/16-master-dependency-injection/project.json index 4050569..280ed3d 100644 --- a/apps/angular/16-master-dependency-injection/project.json +++ b/apps/angular/16-master-dependency-injection/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/16-master-dependency-injection/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -68,10 +69,6 @@ "options": { "buildTarget": "angular-master-dependency-injection:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/angular/21-anchor-navigation/project.json b/apps/angular/21-anchor-navigation/project.json index 45b1866..dd4c732 100644 --- a/apps/angular/21-anchor-navigation/project.json +++ b/apps/angular/21-anchor-navigation/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/21-anchor-navigation/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -67,9 +68,6 @@ "buildTarget": "angular-anchor-navigation:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], @@ -77,6 +75,5 @@ "jestConfig": "apps/angular/21-anchor-navigation/jest.config.ts" } } - }, - "tags": [] + } } diff --git a/apps/angular/22-router-input/project.json b/apps/angular/22-router-input/project.json index 1f14dbe..58cd889 100644 --- a/apps/angular/22-router-input/project.json +++ b/apps/angular/22-router-input/project.json @@ -66,9 +66,6 @@ "options": { "buildTarget": "angular-router-input:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/angular/3-directive-enhancement/project.json b/apps/angular/3-directive-enhancement/project.json index 4401f45..f16c4d7 100644 --- a/apps/angular/3-directive-enhancement/project.json +++ b/apps/angular/3-directive-enhancement/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/3-directive-enhancement/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -66,10 +67,6 @@ "options": { "buildTarget": "angular-directive-enhancement:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/angular/31-module-to-standalone/project.json b/apps/angular/31-module-to-standalone/project.json index d0a41e5..c1a51b5 100644 --- a/apps/angular/31-module-to-standalone/project.json +++ b/apps/angular/31-module-to-standalone/project.json @@ -66,9 +66,6 @@ "options": { "buildTarget": "angular-module-to-standalone:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/angular/32-change-detection-bug/project.json b/apps/angular/32-change-detection-bug/project.json index ad8f089..41b4090 100644 --- a/apps/angular/32-change-detection-bug/project.json +++ b/apps/angular/32-change-detection-bug/project.json @@ -67,9 +67,6 @@ "buildTarget": "angular-change-detection-bug:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/angular/33-decoupling-components/project.json b/apps/angular/33-decoupling-components/project.json index 88bad94..762fc01 100644 --- a/apps/angular/33-decoupling-components/project.json +++ b/apps/angular/33-decoupling-components/project.json @@ -66,9 +66,6 @@ "options": { "buildTarget": "angular-decoupling-components:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/angular/39-injection-token/project.json b/apps/angular/39-injection-token/project.json index 03f203b..d5ae3f9 100644 --- a/apps/angular/39-injection-token/project.json +++ b/apps/angular/39-injection-token/project.json @@ -67,9 +67,6 @@ "buildTarget": "angular-injection-token:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/angular/4-typed-context-outlet/project.json b/apps/angular/4-typed-context-outlet/project.json index 620a179..ccebf62 100644 --- a/apps/angular/4-typed-context-outlet/project.json +++ b/apps/angular/4-typed-context-outlet/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/4-typed-context-outlet/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -66,10 +67,6 @@ "options": { "buildTarget": "angular-typed-context-outlet:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/angular/44-view-transition/project.json b/apps/angular/44-view-transition/project.json index 27fc865..9f40466 100644 --- a/apps/angular/44-view-transition/project.json +++ b/apps/angular/44-view-transition/project.json @@ -64,10 +64,6 @@ "options": { "buildTarget": "angular-view-transition:build" } - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] } } } diff --git a/apps/angular/45-react-in-angular/project.json b/apps/angular/45-react-in-angular/project.json index d23e540..b2fe821 100644 --- a/apps/angular/45-react-in-angular/project.json +++ b/apps/angular/45-react-in-angular/project.json @@ -65,10 +65,6 @@ "buildTarget": "angular-react-in-angular:build" } }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/angular/46-simple-animations/project.json b/apps/angular/46-simple-animations/project.json index e10aba4..70e17fd 100644 --- a/apps/angular/46-simple-animations/project.json +++ b/apps/angular/46-simple-animations/project.json @@ -65,10 +65,6 @@ "buildTarget": "angular-simple-animations:build" } }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/angular/5-crud-application/project.json b/apps/angular/5-crud-application/project.json index 701cabe..c9cca6f 100644 --- a/apps/angular/5-crud-application/project.json +++ b/apps/angular/5-crud-application/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/5-crud-application/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -71,9 +72,6 @@ "buildTarget": "angular-crud-application:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], @@ -81,6 +79,5 @@ "jestConfig": "apps/angular/5-crud-application/jest.config.ts" } } - }, - "tags": [] + } } diff --git a/apps/angular/6-structural-directive/project.json b/apps/angular/6-structural-directive/project.json index fb02e88..f803b0c 100644 --- a/apps/angular/6-structural-directive/project.json +++ b/apps/angular/6-structural-directive/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/6-structural-directive/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -66,10 +67,6 @@ "options": { "buildTarget": "angular-structural-directive:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/angular/8-pure-pipe/project.json b/apps/angular/8-pure-pipe/project.json index c9c5275..a684d54 100644 --- a/apps/angular/8-pure-pipe/project.json +++ b/apps/angular/8-pure-pipe/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/8-pure-pipe/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -66,10 +67,6 @@ "options": { "buildTarget": "angular-pure-pipe:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/angular/9-wrap-function-pipe/project.json b/apps/angular/9-wrap-function-pipe/project.json index 4480279..dc5c4ab 100644 --- a/apps/angular/9-wrap-function-pipe/project.json +++ b/apps/angular/9-wrap-function-pipe/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/angular/9-wrap-function-pipe/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -66,10 +67,6 @@ "options": { "buildTarget": "angular-wrap-function-pipe:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/forms/41-control-value-accessor/project.json b/apps/forms/41-control-value-accessor/project.json index 006ae8d..d958888 100644 --- a/apps/forms/41-control-value-accessor/project.json +++ b/apps/forms/41-control-value-accessor/project.json @@ -65,9 +65,6 @@ "buildTarget": "forms-control-value-accessor:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/forms/48-avoid-losing-form-data/project.json b/apps/forms/48-avoid-losing-form-data/project.json index d7d4673..9517d31 100644 --- a/apps/forms/48-avoid-losing-form-data/project.json +++ b/apps/forms/48-avoid-losing-form-data/project.json @@ -67,9 +67,6 @@ "options": { "buildTarget": "forms-avoid-losing-form-data:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/ngrx/2-effect-vs-selector/project.json b/apps/ngrx/2-effect-vs-selector/project.json index d6ae9aa..0c46a93 100644 --- a/apps/ngrx/2-effect-vs-selector/project.json +++ b/apps/ngrx/2-effect-vs-selector/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/ngrx/2-effect-vs-selector/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -68,9 +69,6 @@ "buildTarget": "ngrx-effect-vs-selector:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], @@ -78,6 +76,5 @@ "jestConfig": "apps/ngrx/2-effect-vs-selector/jest.config.ts" } } - }, - "tags": [] + } } diff --git a/apps/ngrx/7-power-of-effect/project.json b/apps/ngrx/7-power-of-effect/project.json index ffec53a..f52c058 100644 --- a/apps/ngrx/7-power-of-effect/project.json +++ b/apps/ngrx/7-power-of-effect/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/ngrx/7-power-of-effect/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -70,10 +71,6 @@ "options": { "buildTarget": "ngrx-power-of-effect:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/nx/42-static-vs-dynamic-import/project.json b/apps/nx/42-static-vs-dynamic-import/project.json index 7d106b5..7f45fb8 100644 --- a/apps/nx/42-static-vs-dynamic-import/project.json +++ b/apps/nx/42-static-vs-dynamic-import/project.json @@ -68,10 +68,6 @@ "options": { "buildTarget": "nx-static-vs-dynamic-import:build" } - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] } } } diff --git a/apps/performance/12-optimize-change-detection/project.json b/apps/performance/12-optimize-change-detection/project.json index e787ad4..cbef85c 100644 --- a/apps/performance/12-optimize-change-detection/project.json +++ b/apps/performance/12-optimize-change-detection/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/performance/12-optimize-change-detection/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -69,9 +70,6 @@ "buildTarget": "performance-optimize-change-detection:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], @@ -79,6 +77,5 @@ "jestConfig": "apps/performance/12-optimize-change-detection/jest.config.ts" } } - }, - "tags": [] + } } diff --git a/apps/performance/34-default-vs-onpush/project.json b/apps/performance/34-default-vs-onpush/project.json index b806f96..f81cb74 100644 --- a/apps/performance/34-default-vs-onpush/project.json +++ b/apps/performance/34-default-vs-onpush/project.json @@ -70,9 +70,6 @@ "options": { "buildTarget": "performance-default-vs-onpush:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/performance/35-memoization/project.json b/apps/performance/35-memoization/project.json index 80e54bc..0413086 100644 --- a/apps/performance/35-memoization/project.json +++ b/apps/performance/35-memoization/project.json @@ -70,9 +70,6 @@ "options": { "buildTarget": "performance-memoization:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/performance/36-ngfor-optimization/project.json b/apps/performance/36-ngfor-optimization/project.json index ede8b36..053cc35 100644 --- a/apps/performance/36-ngfor-optimization/project.json +++ b/apps/performance/36-ngfor-optimization/project.json @@ -71,9 +71,6 @@ "buildTarget": "performance-ngfor-optimization:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/performance/37-optimize-big-list/project.json b/apps/performance/37-optimize-big-list/project.json index 1df96d8..fbd0377 100644 --- a/apps/performance/37-optimize-big-list/project.json +++ b/apps/performance/37-optimize-big-list/project.json @@ -70,9 +70,6 @@ "options": { "buildTarget": "performance-optimize-big-list:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/performance/40-web-workers/project.json b/apps/performance/40-web-workers/project.json index 4bbd519..843a35c 100644 --- a/apps/performance/40-web-workers/project.json +++ b/apps/performance/40-web-workers/project.json @@ -64,9 +64,6 @@ "options": { "browserTarget": "performance-web-workers:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/rxjs/11-high-order-operator-bug/project.json b/apps/rxjs/11-high-order-operator-bug/project.json index 998c86d..e8e3f20 100644 --- a/apps/rxjs/11-high-order-operator-bug/project.json +++ b/apps/rxjs/11-high-order-operator-bug/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/rxjs/11-high-order-operator-bug/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -67,10 +68,6 @@ "options": { "buildTarget": "rxjs-high-order-operator-bug:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/rxjs/14-race-condition/project.json b/apps/rxjs/14-race-condition/project.json index 8f55cf2..1cae26c 100644 --- a/apps/rxjs/14-race-condition/project.json +++ b/apps/rxjs/14-race-condition/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/rxjs/14-race-condition/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -67,25 +68,12 @@ "buildTarget": "rxjs-race-condition:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "apps/rxjs/14-race-condition/jest.config.ts" } - }, - "component-test": { - "executor": "@nx/cypress:cypress", - "options": { - "cypressConfig": "apps/rxjs/14-race-condition/cypress.config.ts", - "testingType": "component", - "skipServe": true, - "devServerTarget": "rxjs-race-condition:build" - } } - }, - "tags": [] + } } diff --git a/apps/rxjs/38-catch-error/project.json b/apps/rxjs/38-catch-error/project.json index d40802a..fcadf65 100644 --- a/apps/rxjs/38-catch-error/project.json +++ b/apps/rxjs/38-catch-error/project.json @@ -67,9 +67,6 @@ "buildTarget": "rxjs-catch-error:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/rxjs/49-hold-to-save-button/project.json b/apps/rxjs/49-hold-to-save-button/project.json index 737101e..22fc526 100644 --- a/apps/rxjs/49-hold-to-save-button/project.json +++ b/apps/rxjs/49-hold-to-save-button/project.json @@ -65,9 +65,6 @@ "buildTarget": "rxjs-hold-to-save-button:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/signal/30-interop-rxjs-signal/project.json b/apps/signal/30-interop-rxjs-signal/project.json index e0fdf37..c91a7e2 100644 --- a/apps/signal/30-interop-rxjs-signal/project.json +++ b/apps/signal/30-interop-rxjs-signal/project.json @@ -70,9 +70,6 @@ "buildTarget": "signal-interop-rxjs-signal:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/signal/43-signal-input/project.json b/apps/signal/43-signal-input/project.json index bea0333..674aed1 100644 --- a/apps/signal/43-signal-input/project.json +++ b/apps/signal/43-signal-input/project.json @@ -64,10 +64,6 @@ "options": { "buildTarget": "signal-signal-input:build" } - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] } } } diff --git a/apps/signal/50-bug-in-effect/project.json b/apps/signal/50-bug-in-effect/project.json index 74bd657..12a9bb4 100644 --- a/apps/signal/50-bug-in-effect/project.json +++ b/apps/signal/50-bug-in-effect/project.json @@ -64,9 +64,6 @@ "options": { "buildTarget": "signal-bug-in-effect:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/signal/51-function-call-effect/project.json b/apps/signal/51-function-call-effect/project.json index e84c793..3b3a4f8 100644 --- a/apps/signal/51-function-call-effect/project.json +++ b/apps/signal/51-function-call-effect/project.json @@ -64,9 +64,6 @@ "options": { "buildTarget": "signal-function-call-effect:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/testing/17-router/project.json b/apps/testing/17-router/project.json index 28077fb..68683ac 100644 --- a/apps/testing/17-router/project.json +++ b/apps/testing/17-router/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/testing/17-router/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -67,25 +68,12 @@ "buildTarget": "testing-router:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "apps/testing/17-router/jest.config.ts" } - }, - "component-test": { - "executor": "@nx/cypress:cypress", - "options": { - "cypressConfig": "apps/testing/17-router/cypress.config.ts", - "testingType": "component", - "skipServe": true, - "devServerTarget": "testing-router:build" - } } - }, - "tags": [] + } } diff --git a/apps/testing/18-nested-components/project.json b/apps/testing/18-nested-components/project.json index 3a25646..3bc71f9 100644 --- a/apps/testing/18-nested-components/project.json +++ b/apps/testing/18-nested-components/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/testing/18-nested-components/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -67,25 +68,12 @@ "buildTarget": "testing-nested-components:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "apps/testing/18-nested-components/jest.config.ts" } - }, - "component-test": { - "executor": "@nx/cypress:cypress", - "options": { - "cypressConfig": "apps/testing/18-nested-components/cypress.config.ts", - "testingType": "component", - "skipServe": true, - "devServerTarget": "testing-nested-components:build" - } } - }, - "tags": [] + } } diff --git a/apps/testing/19-input-output/project.json b/apps/testing/19-input-output/project.json index 50b3b0c..74d4857 100644 --- a/apps/testing/19-input-output/project.json +++ b/apps/testing/19-input-output/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/testing/19-input-output/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -67,25 +68,12 @@ "buildTarget": "testing-input-output:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "apps/testing/19-input-output/jest.config.ts" } - }, - "component-test": { - "executor": "@nx/cypress:cypress", - "options": { - "cypressConfig": "apps/testing/19-input-output/cypress.config.ts", - "testingType": "component", - "skipServe": true, - "devServerTarget": "testing-input-output:build" - } } - }, - "tags": [] + } } diff --git a/apps/testing/20-modal/project.json b/apps/testing/20-modal/project.json index a275b08..40d51f0 100644 --- a/apps/testing/20-modal/project.json +++ b/apps/testing/20-modal/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/testing/20-modal/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -70,25 +71,12 @@ "buildTarget": "testing-modal:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "apps/testing/20-modal/jest.config.ts" } - }, - "component-test": { - "executor": "@nx/cypress:cypress", - "options": { - "cypressConfig": "apps/testing/20-modal/cypress.config.ts", - "testingType": "component", - "skipServe": true, - "devServerTarget": "testing-modal:build" - } } - }, - "tags": [] + } } diff --git a/apps/testing/23-harness/project.json b/apps/testing/23-harness/project.json index 5b21a7f..8f3d4fd 100644 --- a/apps/testing/23-harness/project.json +++ b/apps/testing/23-harness/project.json @@ -73,9 +73,6 @@ "options": { "jestConfig": "apps/testing/23-harness/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/testing/24-harness-creation/project.json b/apps/testing/24-harness-creation/project.json index 7b1c735..ef6bda4 100644 --- a/apps/testing/24-harness-creation/project.json +++ b/apps/testing/24-harness-creation/project.json @@ -73,9 +73,6 @@ "options": { "jestConfig": "apps/testing/24-harness-creation/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/apps/testing/28-checkbox/project.json b/apps/testing/28-checkbox/project.json index ddd61cd..8c466c7 100644 --- a/apps/testing/28-checkbox/project.json +++ b/apps/testing/28-checkbox/project.json @@ -67,9 +67,6 @@ "buildTarget": "testing-checkbox:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], diff --git a/apps/testing/29-real-life-application/project.json b/apps/testing/29-real-life-application/project.json index a95f206..64086e1 100644 --- a/apps/testing/29-real-life-application/project.json +++ b/apps/testing/29-real-life-application/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/testing/29-real-life-application/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -70,25 +71,12 @@ "buildTarget": "testing-real-life-application:build" } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "apps/testing/29-real-life-application/jest.config.ts" } - }, - "component-test": { - "executor": "@nx/cypress:cypress", - "options": { - "cypressConfig": "apps/testing/29-real-life-application/cypress.config.ts", - "testingType": "component", - "skipServe": true, - "devServerTarget": "testing-real-life-application:build" - } } - }, - "tags": [] + } } diff --git a/apps/typescript/15-function-overload/project.json b/apps/typescript/15-function-overload/project.json index e4da3bc..95e554c 100644 --- a/apps/typescript/15-function-overload/project.json +++ b/apps/typescript/15-function-overload/project.json @@ -4,6 +4,7 @@ "projectType": "application", "sourceRoot": "apps/typescript/15-function-overload/src", "prefix": "app", + "tags": [], "targets": { "build": { "executor": "@angular-devkit/build-angular:browser", @@ -66,10 +67,6 @@ "options": { "buildTarget": "typescript-function-overload:build" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/apps/typescript/47-enums-vs-union-types/project.json b/apps/typescript/47-enums-vs-union-types/project.json index e4a6f59..964750a 100644 --- a/apps/typescript/47-enums-vs-union-types/project.json +++ b/apps/typescript/47-enums-vs-union-types/project.json @@ -64,10 +64,6 @@ "options": { "buildTarget": "typescript-enums-vs-union-types:build" } - }, - "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] } } } diff --git a/libs/cli/project.json b/libs/cli/project.json index 26a8ccd..ba0c7c4 100644 --- a/libs/cli/project.json +++ b/libs/cli/project.json @@ -3,6 +3,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/cli/src", "projectType": "library", + "tags": [], "targets": { "build": { "executor": "@nx/js:tsc", @@ -35,10 +36,6 @@ } ] } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/libs/custom-plugin/project.json b/libs/custom-plugin/project.json index 3a53906..6e90554 100644 --- a/libs/custom-plugin/project.json +++ b/libs/custom-plugin/project.json @@ -3,6 +3,7 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/custom-plugin/src", "projectType": "library", + "tags": [], "targets": { "build": { "executor": "@nx/js:tsc", @@ -36,9 +37,6 @@ ] } }, - "lint": { - "executor": "@nx/eslint:lint" - }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], @@ -46,6 +44,5 @@ "jestConfig": "libs/custom-plugin/jest.config.ts" } } - }, - "tags": [] + } } diff --git a/libs/decoupling/brain/project.json b/libs/decoupling/brain/project.json index 3bc54ff..3cc7f92 100644 --- a/libs/decoupling/brain/project.json +++ b/libs/decoupling/brain/project.json @@ -3,8 +3,8 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/decoupling/brain/src", "prefix": "lib", - "tags": ["type:brain"], "projectType": "library", + "tags": ["type:brain"], "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", @@ -28,9 +28,6 @@ "options": { "jestConfig": "libs/decoupling/brain/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/decoupling/core/project.json b/libs/decoupling/core/project.json index 96b9af2..c956fa5 100644 --- a/libs/decoupling/core/project.json +++ b/libs/decoupling/core/project.json @@ -3,8 +3,8 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/decoupling/core/src", "prefix": "lib", - "tags": ["type:core"], "projectType": "library", + "tags": ["type:core"], "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", @@ -28,9 +28,6 @@ "options": { "jestConfig": "libs/decoupling/core/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/decoupling/helmet/project.json b/libs/decoupling/helmet/project.json index 4520673..7f45c16 100644 --- a/libs/decoupling/helmet/project.json +++ b/libs/decoupling/helmet/project.json @@ -3,8 +3,8 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/decoupling/helmet/src", "prefix": "lib", - "tags": ["type:hlm"], "projectType": "library", + "tags": ["type:hlm"], "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", @@ -28,9 +28,6 @@ "options": { "jestConfig": "libs/decoupling/helmet/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/fake-utils/project.json b/libs/fake-utils/project.json index 65d3c16..5186e92 100644 --- a/libs/fake-utils/project.json +++ b/libs/fake-utils/project.json @@ -3,8 +3,8 @@ "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/fake-utils/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", @@ -21,9 +21,6 @@ } }, "defaultConfiguration": "production" - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/admin/feature/project.json b/libs/module-to-standalone/admin/feature/project.json index 6e7982e..686bc1b 100644 --- a/libs/module-to-standalone/admin/feature/project.json +++ b/libs/module-to-standalone/admin/feature/project.json @@ -3,8 +3,8 @@ "$schema": "../../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/admin/feature/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", @@ -12,9 +12,6 @@ "options": { "jestConfig": "libs/module-to-standalone/admin/feature/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/admin/shared/project.json b/libs/module-to-standalone/admin/shared/project.json index a087d66..8e85aae 100644 --- a/libs/module-to-standalone/admin/shared/project.json +++ b/libs/module-to-standalone/admin/shared/project.json @@ -3,8 +3,8 @@ "$schema": "../../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/admin/shared/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", @@ -12,9 +12,6 @@ "options": { "jestConfig": "libs/module-to-standalone/admin/shared/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/core/providers/project.json b/libs/module-to-standalone/core/providers/project.json index 4e52ed4..d8a4696 100644 --- a/libs/module-to-standalone/core/providers/project.json +++ b/libs/module-to-standalone/core/providers/project.json @@ -3,8 +3,8 @@ "$schema": "../../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/core/providers/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", @@ -28,9 +28,6 @@ "options": { "jestConfig": "libs/module-to-standalone/core/providers/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/core/service/project.json b/libs/module-to-standalone/core/service/project.json index bc3205a..2f9586f 100644 --- a/libs/module-to-standalone/core/service/project.json +++ b/libs/module-to-standalone/core/service/project.json @@ -3,8 +3,8 @@ "$schema": "../../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/core/service/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", @@ -12,9 +12,6 @@ "options": { "jestConfig": "libs/module-to-standalone/core/service/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/forbidden/project.json b/libs/module-to-standalone/forbidden/project.json index af96c85..5a35c0a 100644 --- a/libs/module-to-standalone/forbidden/project.json +++ b/libs/module-to-standalone/forbidden/project.json @@ -3,8 +3,8 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/forbidden/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", @@ -12,9 +12,6 @@ "options": { "jestConfig": "libs/module-to-standalone/forbidden/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/home/project.json b/libs/module-to-standalone/home/project.json index d9fbc60..c1ae28b 100644 --- a/libs/module-to-standalone/home/project.json +++ b/libs/module-to-standalone/home/project.json @@ -3,8 +3,8 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/home/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", @@ -12,9 +12,6 @@ "options": { "jestConfig": "libs/module-to-standalone/home/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/shell/project.json b/libs/module-to-standalone/shell/project.json index 815ac6b..1a5949b 100644 --- a/libs/module-to-standalone/shell/project.json +++ b/libs/module-to-standalone/shell/project.json @@ -3,8 +3,8 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/shell/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", @@ -12,9 +12,6 @@ "options": { "jestConfig": "libs/module-to-standalone/shell/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/user/contact/project.json b/libs/module-to-standalone/user/contact/project.json index 5ca7cc0..429ea04 100644 --- a/libs/module-to-standalone/user/contact/project.json +++ b/libs/module-to-standalone/user/contact/project.json @@ -3,8 +3,8 @@ "$schema": "../../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/user/contact/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", @@ -28,9 +28,6 @@ "options": { "jestConfig": "libs/module-to-standalone/user/contact/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/user/home/project.json b/libs/module-to-standalone/user/home/project.json index 838235c..49047b0 100644 --- a/libs/module-to-standalone/user/home/project.json +++ b/libs/module-to-standalone/user/home/project.json @@ -3,8 +3,8 @@ "$schema": "../../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/user/home/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", @@ -28,9 +28,6 @@ "options": { "jestConfig": "libs/module-to-standalone/user/home/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/module-to-standalone/user/shell/project.json b/libs/module-to-standalone/user/shell/project.json index 47e551b..726c846 100644 --- a/libs/module-to-standalone/user/shell/project.json +++ b/libs/module-to-standalone/user/shell/project.json @@ -3,8 +3,8 @@ "$schema": "../../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/user/shell/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", @@ -28,9 +28,6 @@ "options": { "jestConfig": "libs/module-to-standalone/user/shell/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/power-of-effect/backend/project.json b/libs/power-of-effect/backend/project.json index bc47e83..dc213fc 100644 --- a/libs/power-of-effect/backend/project.json +++ b/libs/power-of-effect/backend/project.json @@ -4,6 +4,7 @@ "projectType": "library", "sourceRoot": "libs/power-of-effect/backend/src", "prefix": "lib", + "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", @@ -11,10 +12,6 @@ "options": { "jestConfig": "libs/power-of-effect/backend/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/libs/power-of-effect/model/project.json b/libs/power-of-effect/model/project.json index 8548f12..c053474 100644 --- a/libs/power-of-effect/model/project.json +++ b/libs/power-of-effect/model/project.json @@ -4,6 +4,7 @@ "projectType": "library", "sourceRoot": "libs/power-of-effect/model/src", "prefix": "lib", + "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", @@ -11,10 +12,6 @@ "options": { "jestConfig": "libs/power-of-effect/model/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/libs/shared/directives/project.json b/libs/shared/directives/project.json index 266fc54..f638135 100644 --- a/libs/shared/directives/project.json +++ b/libs/shared/directives/project.json @@ -3,8 +3,8 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/shared/directives/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "build": { "executor": "@nx/angular:ng-packagr-lite", @@ -28,9 +28,6 @@ "options": { "jestConfig": "libs/shared/directives/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } } } diff --git a/libs/shared/ngrx-callstate-store/project.json b/libs/shared/ngrx-callstate-store/project.json index b069a05..c7d17a7 100644 --- a/libs/shared/ngrx-callstate-store/project.json +++ b/libs/shared/ngrx-callstate-store/project.json @@ -4,6 +4,7 @@ "projectType": "library", "sourceRoot": "libs/shared/ngrx-callstate-store/src", "prefix": "lib", + "tags": [], "targets": { "build": { "executor": "@nx/angular:package", @@ -27,10 +28,6 @@ "options": { "jestConfig": "libs/shared/ngrx-callstate-store/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/libs/shared/ui/project.json b/libs/shared/ui/project.json index 874c0b0..2c61738 100644 --- a/libs/shared/ui/project.json +++ b/libs/shared/ui/project.json @@ -3,11 +3,11 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/shared/ui/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "lint": { - "executor": "@nx/eslint:lint" + "inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"] } } } diff --git a/libs/shared/utils/project.json b/libs/shared/utils/project.json index 8473dfe..0ff459d 100644 --- a/libs/shared/utils/project.json +++ b/libs/shared/utils/project.json @@ -4,6 +4,7 @@ "projectType": "library", "sourceRoot": "libs/shared/utils/src", "prefix": "lib", + "tags": [], "targets": { "test": { "executor": "@nx/jest:jest", @@ -11,10 +12,6 @@ "options": { "jestConfig": "libs/shared/utils/jest.config.ts" } - }, - "lint": { - "executor": "@nx/eslint:lint" } - }, - "tags": [] + } } diff --git a/libs/static-dynamic-import/users/project.json b/libs/static-dynamic-import/users/project.json index 8b5e0b7..5166267 100644 --- a/libs/static-dynamic-import/users/project.json +++ b/libs/static-dynamic-import/users/project.json @@ -3,12 +3,11 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/static-dynamic-import/users/src", "prefix": "sdi", - "tags": [], "projectType": "library", + "tags": [], "targets": { "lint": { - "executor": "@nx/eslint:lint", - "outputs": ["{options.outputFile}"] + "inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"] } } } diff --git a/libs/testing-table/backend/project.json b/libs/testing-table/backend/project.json index 08d8895..439e892 100644 --- a/libs/testing-table/backend/project.json +++ b/libs/testing-table/backend/project.json @@ -3,11 +3,11 @@ "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/testing-table/backend/src", "prefix": "lib", - "tags": [], "projectType": "library", + "tags": [], "targets": { "lint": { - "executor": "@nx/eslint:lint" + "inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"] } } } diff --git a/nx.json b/nx.json index b8f1229..e3656bf 100644 --- a/nx.json +++ b/nx.json @@ -83,5 +83,23 @@ } }, "defaultProject": "angular-projection", - "useInferencePlugins": false + "useInferencePlugins": false, + "plugins": [ + { + "plugin": "@nx/eslint/plugin", + "options": { + "targetName": "lint", + "extensions": ["ts", "tsx", "js", "jsx", "html", "vue"] + } + }, + { + "plugin": "@nx/cypress/plugin", + "options": { + "targetName": "component-test", + "ciTargetName": "e2e-ci", + "openTargetName": "open-cypress", + "componentTestingTargetName": "component-test" + } + } + ] }