Skip to content

Commit

Permalink
chore(movies): fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Oct 19, 2024
1 parent 901a573 commit a902da9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion projects/cloudflare-worker/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["projects/cloudflare-worker/**/*.ts"]
Expand Down
2 changes: 1 addition & 1 deletion projects/docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
Expand Down
2 changes: 1 addition & 1 deletion projects/firebase-function/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["projects/firebase-function/**/*.ts"]
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-universal-express/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion projects/test-selectors/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"projectType": "library",
"targets": {
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
Expand Down

0 comments on commit a902da9

Please sign in to comment.