mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] [minor] Support eslint-plugin-react-hooks@2
This commit is contained in:
committed by
Jordan Harband
parent
019e0f7e07
commit
3493b060ec
@@ -68,7 +68,7 @@
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-react": "^7.18.3",
|
||||
"eslint-plugin-react-hooks": "^1.7.0",
|
||||
"eslint-plugin-react-hooks": "^2.0.0 || ^1.7.0",
|
||||
"in-publish": "^2.0.0",
|
||||
"react": ">= 0.13.0",
|
||||
"safe-publish-latest": "^1.1.4",
|
||||
@@ -79,7 +79,7 @@
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-react": "^7.18.3",
|
||||
"eslint-plugin-react-hooks": "^1.7.0"
|
||||
"eslint-plugin-react-hooks": "^2.0.0 || ^1.7.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
|
||||
Reference in New Issue
Block a user