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 c6a2ecc commit aee99d6Copy full SHA for aee99d6
packages/eslint-config-hudl/package.json
@@ -72,8 +72,6 @@
72
"eslint": "^4.19.1 || ^5.6.1",
73
"eslint-plugin-import": "^2.2.0",
74
"eslint-plugin-jsx-a11y": "^6.1.1",
75
- "eslint-plugin-react": "^7.11.1",
76
- "eslint-plugin-react-hooks": "^1.3.0",
77
"eslint-teamcity": "^1.0.0",
78
"fs-extra": "^0.26.5",
79
"gulp": "^4.0.0",
@@ -94,10 +92,11 @@
94
92
"tape": "^4.2.2",
95
93
"tmp": "0.0.33"
96
},
97
- "peerDependencies": {
98
- "eslint-plugin-import": "^2.2.0",
+ "dependencies": {
99
"eslint-plugin-react": "^7.11.1",
100
"eslint-plugin-react-hooks": "^1.3.0",
+ },
+ "peerDependencies": {
101
"eslint": "^4.19.1 || ^5.9.0"
102
}
103
0 commit comments