Skip to content

Commit

Permalink
fix(linter): move eslint to peer dependencies (nrwl#8552)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jan 17, 2022
1 parent cd8ecab commit bf22b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@
},
"builders": "./executors.json",
"schematics": "./generators.json",
"peerDependencies": {
"eslint": "^8.0.0"
},
"dependencies": {
"@phenomnomnominal/tsquery": "4.1.1",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"eslint": "8.2.0",
"tmp": "~0.2.1",
"tslib": "^2.3.0"
}
Expand Down

0 comments on commit bf22b2b

Please sign in to comment.