We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e6b50 commit 6b89e0aCopy full SHA for 6b89e0a
package.json
@@ -29,7 +29,8 @@
29
},
30
"homepage": "https://github.com/gnowland/eslint-plugin-react-hooks-unreliable-deps",
31
"peerDependencies": {
32
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
33
+ "eslint-plugin-react-hooks": "^3.0.0 || ^4.0.0"
34
35
"scripts": {
36
"simlink": "ln -hfs ../ node_modules/${npm_package_name}",
0 commit comments