8000 [eslint config] [patch] relax `eslint-plugin-react-hooks` down to v2.… · odongohcoder2019/javascript@f075a0d · GitHub
[go: up one dir, main page]

Skip to content

Commit f075a0d

Browse files
committed
[eslint config] [patch] relax eslint-plugin-react-hooks down to v2.3, due to a controversial change in v2.5
Fixes airbnb#2195.
1 parent d529cca commit f075a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/eslint-config-airbnb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint-plugin-import": "^2.20.1",
6969
"eslint-plugin-jsx-a11y": "^6.2.3",
7070
"eslint-plugin-react": "^7.19.0",
71-
"eslint-plugin-react-hooks": "^2.5.0 || ^1.7.0",
71+
"eslint-plugin-react-hooks": "^2.3.0 || ^1.7.0",
7272
"in-publish": "^2.0.0",
7373
"react": ">= 0.13.0",
7474
"safe-publish-latest": "^1.1.4",
@@ -79,7 +79,7 @@
7979
"eslint-plugin-import": "^2.20.1",
8080
"eslint-plugin-jsx-a11y": "^6.2.3",
8181
"eslint-plugin-react": "^7.19.0",
82-
"eslint-plugin-react-hooks": "^2.5.0 || ^1.7.0"
82+
"eslint-plugin-react-hooks": "^2.3.0 || ^1.7.0"
8383
},
8484
"engines": {
8585
"node": ">= 6"

0 commit comments

Comments
 (0)
0