Skip to content

Commit 5a1f65d

Browse files
committed
feat(eslint-plugin-react-hooks): Support ESLint 7.x
1 parent 539527b commit 5a1f65d

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)