We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f57040 commit d68a989Copy full SHA for d68a989
packages/eslint-config-react-app/package.json
@@ -11,11 +11,11 @@
11
"index.js"
12
],
13
"peerDependencies": {
14
- "babel-eslint": "7.0.0",
15
- "eslint": "3.8.1",
16
- "eslint-plugin-flowtype": "2.21.0",
17
- "eslint-plugin-import": "2.0.1",
18
- "eslint-plugin-jsx-a11y": "2.2.3",
19
- "eslint-plugin-react": "6.4.1"
+ "babel-eslint": "^7.0.0",
+ "eslint": "^3.8.1",
+ "eslint-plugin-flowtype": "^2.21.0",
+ "eslint-plugin-import": "^2.0.1",
+ "eslint-plugin-jsx-a11y": "^2.2.3",
+ "eslint-plugin-react": "^6.4.1"
20
}
21
0 commit comments