We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7f638 commit 6bf2fb7Copy full SHA for 6bf2fb7
.eslintrc
@@ -3,6 +3,12 @@
3
"rules": {
4
"valid-jsdoc": 2,
5
// Disable until Flow supports let and const
6
- "no-var": 0
7
- }
+ "no-var": 0,
+ "react/jsx-uses-react": 1,
8
+ "react/jsx-no-undef": 2,
9
+ "react/wrap-multilines": 2
10
+ },
11
+ "plugins": [
12
+ "react"
13
+ ]
14
}
package.json
@@ -58,9 +58,9 @@
58
"babel-core": "^5.6.18",
59
"babel-eslint": "^4.1.0",
60
"babel-loader": "^5.1.4",
61
- "eslint": "^1.2.1",
+ "eslint": "^1.7.1",
62
"eslint-config-rackt": "1.0.0",
63
- "eslint-plugin-react": "~3.5.1",
+ "eslint-plugin-react": "^3.6.3",
64
"expect": "^1.8.0",
65
"gitbook-cli": "^0.3.4",
66
"isparta": "^3.0.3",
0 commit comments