We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093ed5b commit b13b406Copy full SHA for b13b406
package.json
@@ -20,7 +20,6 @@
20
},
21
"devDependencies": {
22
"eslint": "5.6.0",
23
- "eslint-plugin-react-hooks": "next",
24
"execa": "1.0.0",
25
"fs-extra": "^7.0.0",
26
"get-port": "^4.0.0",
packages/react-scripts/package.json
@@ -45,6 +45,7 @@
45
"eslint-plugin-import": "2.14.0",
46
"eslint-plugin-jsx-a11y": "6.1.2",
47
"eslint-plugin-react": "7.11.1",
48
+ "eslint-plugin-react-hooks": "next",
49
"file-loader": "2.0.0",
50
"fork-ts-checker-webpack-plugin-alt": "0.4.14",
51
"fs-extra": "7.0.0",
0 commit comments