Skip to content

Commit

Permalink
fix: 📦 update lint executor in project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDub committed Oct 21, 2024
1 parent 7b8d88c commit 66f7b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semver/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["packages/semver/**/*.ts"]
},
Expand Down

0 comments on commit 66f7b07

Please sign in to comment.