We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef850f commit a542528Copy full SHA for a542528
1 file changed
package.json
@@ -44,9 +44,13 @@
44
"devDependencies": {
45
"babel-eslint": "^7.2.3",
46
"eslint": "^4.4.1",
47
+ "eslint-config-react-app": "^6.0.0",
48
"eslint-plugin-babel": "^4.1.2",
49
+ "eslint-plugin-flowtype": "^5.4.0",
50
"eslint-plugin-import": "^2.7.0",
51
+ "eslint-plugin-jsx-a11y": "^6.4.1",
52
"eslint-plugin-react": "^7.2.1",
53
+ "eslint-plugin-react-hooks": "^4.2.0",
54
"eslint-plugin-react-native": "^3.0.1"
55
}
56
0 commit comments