Skip to content

Commit b13b406

Browse files
committed
Add eslint-plugin-react-hooks to script package.json
1 parent 093ed5b commit b13b406

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
},
2121
"devDependencies": {
2222
"eslint": "5.6.0",
23-
"eslint-plugin-react-hooks": "next",
2423
"execa": "1.0.0",
2524
"fs-extra": "^7.0.0",
2625
"get-port": "^4.0.0",

packages/react-scripts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"eslint-plugin-import": "2.14.0",
4646
"eslint-plugin-jsx-a11y": "6.1.2",
4747
"eslint-plugin-react": "7.11.1",
48+
"eslint-plugin-react-hooks": "next",
4849
"file-loader": "2.0.0",
4950
"fork-ts-checker-webpack-plugin-alt": "0.4.14",
5051
"fs-extra": "7.0.0",

0 commit comments

Comments
 (0)