Skip to content

Commit 6b89e0a

Browse files
added peer dependency eslint-plugin-react-hooks
1 parent f3e6b50 commit 6b89e0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"homepage": "https://github.com/gnowland/eslint-plugin-react-hooks-unreliable-deps",
3131
"peerDependencies": {
32-
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
32+
"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"
3334
},
3435
"scripts": {
3536
"simlink": "ln -hfs ../ node_modules/${npm_package_name}",

0 commit comments

Comments
 (0)