Skip to content

Commit 4874959

Browse files
committed
chore: fix lint target in e2e projets
1 parent bf3c595 commit 4874959

File tree

7 files changed

+0
-49
lines changed

7 files changed

+0
-49
lines changed

e2e/nx-flutter-e2e/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
"runInBand": true
1515
},
1616
"dependsOn": ["^build"]
17-
},
18-
"lint": {
19-
"executor": "@nx/linter:eslint",
20-
"outputs": ["{options.outputFile}"],
21-
"options": {
22-
"lintFilePatterns": ["e2e/nx-flutter-e2e/**/*.ts"]
23-
}
2417
}
2518
}
2619
}

e2e/nx-ktor-e2e/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
"runInBand": true
1515
},
1616
"dependsOn": ["^build"]
17-
},
18-
"lint": {
19-
"executor": "@nx/linter:eslint",
20-
"outputs": ["{options.outputFile}"],
21-
"options": {
22-
"lintFilePatterns": ["e2e/nx-ktor-e2e/**/*.ts"]
23-
}
2417
}
2518
}
2619
}

e2e/nx-melos-e2e/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
"runInBand": true
1515
},
1616
"dependsOn": ["^build"]
17-
},
18-
"lint": {
19-
"executor": "@nx/linter:eslint",
20-
"outputs": ["{options.outputFile}"],
21-
"options": {
22-
"lintFilePatterns": ["e2e/nx-melos-e2e/**/*.ts"]
23-
}
2417
}
2518
}
2619
}

e2e/nx-micronaut-e2e/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
"runInBand": true
1515
},
1616
"dependsOn": ["^build"]
17-
},
18-
"lint": {
19-
"executor": "@nx/linter:eslint",
20-
"outputs": ["{options.outputFile}"],
21-
"options": {
22-
"lintFilePatterns": ["e2e/nx-micronaut-e2e/**/*.ts"]
23-
}
2417
}
2518
}
2619
}

e2e/nx-quarkus-e2e/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
"runInBand": true
1515
},
1616
"dependsOn": ["^build"]
17-
},
18-
"lint": {
19-
"executor": "@nx/linter:eslint",
20-
"outputs": ["{options.outputFile}"],
21-
"options": {
22-
"lintFilePatterns": ["e2e/nx-quarkus-e2e/**/*.ts"]
23-
}
2417
}
2518
}
2619
}

e2e/nx-spring-boot-e2e/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
"runInBand": true
1515
},
1616
"dependsOn": ["^build"]
17-
},
18-
"lint": {
19-
"executor": "@nx/linter:eslint",
20-
"outputs": ["{options.outputFile}"],
21-
"options": {
22-
"lintFilePatterns": ["e2e/nx-spring-boot-e2e/**/*.ts"]
23-
}
2417
}
2518
}
2619
}

e2e/smoke/project.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
"nx-melos"
1414
],
1515
"targets": {
16-
"lint": {
17-
"executor": "@nx/linter:eslint",
18-
"outputs": ["{options.outputFile}"],
19-
"options": {
20-
"lintFilePatterns": ["e2e/smoke/**/*.ts"]
21-
}
22-
},
2316
"test": {
2417
"executor": "@nx/jest:jest",
2518
"outputs": ["{workspaceRoot}/coverage/e2e/smoke"],

0 commit comments

Comments
 (0)