feat(eslint-plugin-react-hooks): Support ESLint 7.x (#18878)

This commit is contained in:
Michaël De Boey
2020-05-12 18:01:28 +02:00
committed by GitHub
parent 8b9c4d1688
commit c3ff21e01b

View File

@@ -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"