File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends": "eslint-config-airbnb ",
2
+ "extends": "eslint-config-rackt ",
3
3
"env": {
4
4
"browser": true,
5
5
"mocha": true,
6
6
"node": true
7
7
},
8
8
"rules": {
9
- "react/jsx-uses-react": 2,
10
- "react/jsx-uses-vars": 2,
11
- "react/react-in-jsx-scope": 2,
12
-
13
- //Temporarirly disabled due to a possible bug in babel-eslint (todomvc example)
14
- "block-scoped-var": 0,
15
- // Temporarily disabled for test/* until babel/babel-eslint#33 is resolved
16
- "padded-blocks": 0
9
+ "valid-jsdoc": 2,
10
+ "react/jsx-uses-react": 1,
11
+ "react/jsx-no-undef": 2,
12
+ "react/wrap-multilines": 2
17
13
},
18
14
"plugins": [
19
15
"react"
Original file line number Diff line number Diff line change 41
41
"babel-core" : " ^5.8.22" ,
42
42
"babel-eslint" : " ^3.1.15" ,
43
43
"babel-loader" : " ^5.3.2" ,
44
- "eslint" : " ^0.23 " ,
45
- "eslint-config-airbnb " : " 0.0.6 " ,
46
- "eslint-plugin-react" : " ^2.3.0 " ,
44
+ "eslint" : " ^1.7.1 " ,
45
+ "eslint-config-rackt " : " 1.1.0 " ,
46
+ "eslint-plugin-react" : " ^3.6.3 " ,
47
47
"expect" : " ^1.8.0" ,
48
48
"isparta" : " ^3.0.3" ,
49
49
"istanbul" : " ^0.3.17" ,
You can’t perform that action at this time.
0 commit comments