mirror of
https://github.com/facebook/react.git
synced 2026-02-22 03:42:05 +00:00
feat(eslint-plugin-react-hooks): Support ESLint 7.x (#18878)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
},
|
||||
"homepage": "https://reactjs.org/",
|
||||
"peerDependencies": {
|
||||
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
|
||||
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser": "^2.26.0"
|
||||
|
||||
Reference in New Issue
Block a user