Skip to content

Commit

Permalink
Specify ESLint plugin peer dependencies [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 24, 2022
1 parent 4e2efe2 commit 6778af7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"eslint-config-airbnb": "^19.0.4"
},
"peerDependencies": {
"eslint": "^8.11.0"
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0"
},
"devDependencies": {
"@overlookmotel/eslint-config": "^10.0.1",
Expand Down

0 comments on commit 6778af7

Please sign in to comment.