Skip to content

Commit

Permalink
feat(eslint-config): add plugins as peer dependencies (#1740)
Browse files Browse the repository at this point in the history
To better support ESLint v7 peer dependency resolution.
See: #1739
  • Loading branch information
busterc authored and bennypowers committed Oct 11, 2020
1 parent 8641e9c commit 7c37633
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
"eslint",
"config"
],
"peerDependencies": {
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-lit": "^1.2.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-wc": "^1.2.0"
},
"dependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
Expand Down

0 comments on commit 7c37633

Please sign in to comment.