Skip to content

Commit 928677e

Browse files
committed
chore: adjust build and lint target
1 parent a57fb44 commit 928677e

File tree

26 files changed

+41
-382
lines changed

26 files changed

+41
-382
lines changed

e2e/ci-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"sourceRoot": "e2e/ci-e2e/src",
55
"projectType": "application",
66
"targets": {
7-
"lint": {
8-
"executor": "@nx/linter:eslint",
9-
"outputs": ["{options.outputFile}"],
10-
"options": {
11-
"lintFilePatterns": ["e2e/ci-e2e/**/*.ts"]
12-
}
13-
},
7+
"lint": {},
148
"e2e": {
159
"executor": "@nx/vite:test",
1610
"options": {

e2e/cli-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"sourceRoot": "e2e/cli-e2e/src",
55
"projectType": "application",
66
"targets": {
7-
"lint": {
8-
"executor": "@nx/linter:eslint",
9-
"outputs": ["{options.outputFile}"],
10-
"options": {
11-
"lintFilePatterns": ["e2e/cli-e2e/**/*.ts"]
12-
}
13-
},
7+
"lint": {},
148
"e2e": {
159
"executor": "@nx/vite:test",
1610
"options": {

e2e/create-cli-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"sourceRoot": "examples/create-cli-e2e/src",
55
"projectType": "application",
66
"targets": {
7-
"lint": {
8-
"executor": "@nx/linter:eslint",
9-
"outputs": ["{options.outputFile}"],
10-
"options": {
11-
"lintFilePatterns": ["e2e/create-cli-e2e/**/*.ts"]
12-
}
13-
},
7+
"lint": {},
148
"e2e": {
159
"executor": "@nx/vite:test",
1610
"options": {

e2e/nx-plugin-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"sourceRoot": "e2e/nx-plugin-e2e/src",
55
"projectType": "application",
66
"targets": {
7-
"lint": {
8-
"executor": "@nx/linter:eslint",
9-
"outputs": ["{options.outputFile}"],
10-
"options": {
11-
"lintFilePatterns": ["e2e/nx-plugin-e2e/**/*.ts"]
12-
}
13-
},
7+
"lint": {},
148
"e2e": {
159
"executor": "@nx/vite:test",
1610
"options": {

e2e/plugin-coverage-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"sourceRoot": "e2e/plugin-coverage-e2e/src",
55
"projectType": "application",
66
"targets": {
7-
"lint": {
8-
"executor": "@nx/linter:eslint",
9-
"outputs": ["{options.outputFile}"],
10-
"options": {
11-
"lintFilePatterns": ["e2e/plugin-coverage-e2e/**/*.ts"]
12-
}
13-
},
7+
"lint": {},
148
"e2e": {
159
"executor": "@nx/vite:test",
1610
"options": {

e2e/plugin-eslint-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"sourceRoot": "e2e/plugin-eslint-e2e/src",
55
"projectType": "application",
66
"targets": {
7-
"lint": {
8-
"executor": "@nx/linter:eslint",
9-
"outputs": ["{options.outputFile}"],
10-
"options": {
11-
"lintFilePatterns": ["e2e/plugin-eslint-e2e/**/*.ts"]
12-
}
13-
},
7+
"lint": {},
148
"e2e": {
159
"executor": "@nx/vite:test",
1610
"options": {

e2e/plugin-js-packages-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
"sourceRoot": "e2e/plugin-js-packages-e2e/src",
66
"implicitDependencies": ["cli", "plugin-js-packages"],
77
"targets": {
8-
"lint": {
9-
"executor": "@nx/linter:eslint",
10-
"outputs": ["{options.outputFile}"],
11-
"options": {
12-
"lintFilePatterns": ["e2e/plugin-eslint-e2e/**/*.ts"]
13-
}
14-
},
8+
"lint": {},
159
"e2e": {
1610
"executor": "@nx/vite:test",
1711
"options": {

e2e/plugin-jsdocs-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
"tags": ["scope:plugin", "type:e2e"],
77
"implicitDependencies": ["cli", "plugin-jsdocs"],
88
"targets": {
9-
"lint": {
10-
"executor": "@nx/linter:eslint",
11-
"outputs": ["{options.outputFile}"],
12-
"options": {
13-
"lintFilePatterns": ["e2e/plugin-jsdocs-e2e/**/*.ts"]
14-
}
15-
},
9+
"lint": {},
1610
"e2e": {
1711
"executor": "@nx/vite:test",
1812
"options": {

e2e/plugin-lighthouse-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"sourceRoot": "e2e/plugin-lighthouse-e2e/src",
55
"projectType": "application",
66
"targets": {
7-
"lint": {
8-
"executor": "@nx/linter:eslint",
9-
"outputs": ["{options.outputFile}"],
10-
"options": {
11-
"lintFilePatterns": ["e2e/plugin-lighthouse-e2e/**/*.ts"]
12-
}
13-
},
7+
"lint": {},
148
"e2e": {
159
"executor": "@nx/vite:test",
1610
"options": {

e2e/plugin-typescript-e2e/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"sourceRoot": "e2e/plugin-typescript-e2e/src",
55
"projectType": "application",
66
"targets": {
7-
"lint": {
8-
"executor": "@nx/linter:eslint",
9-
"outputs": ["{options.outputFile}"],
10-
"options": {
11-
"lintFilePatterns": ["e2e/plugin-typescript-e2e/**/*.ts"]
12-
}
13-
},
7+
"lint": {},
148
"e2e": {
159
"executor": "@nx/vite:test",
1610
"options": {

0 commit comments

Comments
 (0)