Skip to content

Commit

Permalink
fix(linter): make eslint mandatory dependency (#21406)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Jan 31, 2024
1 parent 1327904 commit 7ed534f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,16 @@
"generators": "./generators.json",
"executors": "./executors.json",
"peerDependencies": {
"eslint": "^8.0.0",
"js-yaml": "4.1.0"
},
"dependencies": {
"@nx/devkit": "file:../devkit",
"@nx/js": "file:../js",
"eslint": "^8.0.0",
"tslib": "^2.3.0",
"typescript": "~5.3.2"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
},
"js-yaml": {
"optional": true
}
Expand Down

0 comments on commit 7ed534f

Please sign in to comment.