Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3ff21e

Browse files
feat(eslint-plugin-react-hooks): Support ESLint 7.x (facebook#18878)
1 parent 8b9c4d1 commit c3ff21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://reactjs.org/",
3131
"peerDependencies": {
32-
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
32+
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
3333
},
3434
"devDependencies": {
3535
"@typescript-eslint/parser": "^2.26.0"

0 commit comments

Comments
 (0)