Skip to content

Commit

Permalink
chore: fix lint target in e2e projets
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 22, 2024
1 parent bf3c595 commit 4874959
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 49 deletions.
7 changes: 0 additions & 7 deletions e2e/nx-flutter-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
"runInBand": true
},
"dependsOn": ["^build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/nx-flutter-e2e/**/*.ts"]
}
}
}
}
7 changes: 0 additions & 7 deletions e2e/nx-ktor-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
"runInBand": true
},
"dependsOn": ["^build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/nx-ktor-e2e/**/*.ts"]
}
}
}
}
7 changes: 0 additions & 7 deletions e2e/nx-melos-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
"runInBand": true
},
"dependsOn": ["^build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/nx-melos-e2e/**/*.ts"]
}
}
}
}
7 changes: 0 additions & 7 deletions e2e/nx-micronaut-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
"runInBand": true
},
"dependsOn": ["^build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/nx-micronaut-e2e/**/*.ts"]
}
}
}
}
7 changes: 0 additions & 7 deletions e2e/nx-quarkus-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
"runInBand": true
},
"dependsOn": ["^build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/nx-quarkus-e2e/**/*.ts"]
}
}
}
}
7 changes: 0 additions & 7 deletions e2e/nx-spring-boot-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
"runInBand": true
},
"dependsOn": ["^build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/nx-spring-boot-e2e/**/*.ts"]
}
}
}
}
7 changes: 0 additions & 7 deletions e2e/smoke/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
"nx-melos"
],
"targets": {
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/smoke/**/*.ts"]
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/e2e/smoke"],
Expand Down

0 comments on commit 4874959

Please sign in to comment.