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 bf61f5b commit a03ac80Copy full SHA for a03ac80
.eslintrc
@@ -22,7 +22,8 @@
22
"valid-jsdoc": 2,
23
"react/jsx-uses-react": 1,
24
"react/jsx-no-undef": 2,
25
- "react/jsx-wrap-multilines": 2
+ "react/jsx-wrap-multilines": 2,
26
+ "react/no-string-refs": 0
27
},
28
"plugins": [
29
"import",
package.json
@@ -80,9 +80,9 @@
80
"create-react-class": "^15.5.3",
81
"cross-env": "^5.0.1",
82
"es3ify": "^0.2.0",
83
- "eslint": "^3.3.1",
+ "eslint": "^4.0.0",
84
"eslint-plugin-import": "^2.2.0",
85
- "eslint-plugin-react": "^6.1.1",
+ "eslint-plugin-react": "^7.1.0",
86
"expect": "^1.8.0",
87
"glob": "^7.1.1",
88
"istanbul": "^0.4.4",
0 commit comments