File tree 3 files changed +474
-502
lines changed
3 files changed +474
-502
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends": "airbnb-base",
3
- "rules": {
4
- "lines-around-directive": [0],
5
- "arrow-parens": [0],
6
- "no-param-reassign": [0],
7
- "max-len": [0],
8
- "prefer-arrow-callback": [0],
9
- "space-before-function-paren": [0],
10
- "func-names": [0],
11
- "arrow-body-style": [0],
12
- "no-unused-vars": [1, { "vars": "all", "args": "none" }]
13
- }
2
+ "extends": "zen/base"
14
3
}
Original file line number Diff line number Diff line change 14
14
"node" : " >=0.12.0"
15
15
},
16
16
"scripts" : {
17
- "lint" : " eslint --ignore-pattern example . " ,
17
+ "lint" : " eslint --ignore-pattern example index.js " ,
18
18
"test" : " npm run lint && ava --verbose" ,
19
19
"bump:patch" : " npm version patch -m \" v%s\" " ,
20
20
"bump:minor" : " npm version minor -m \" v%s\" " ,
38
38
},
39
39
"devDependencies" : {
40
40
"ava" : " ^0.16.0" ,
41
- "eslint" : " ^3.7.1" ,
42
- "eslint-config-airbnb-base" : " ^8.0.0" ,
43
- "eslint-plugin-import" : " 1.16.0"
41
+ "babel-eslint" : " ^7.1.1" ,
42
+ "eslint" : " ^3.10.2" ,
43
+ "eslint-config-iansinnott" : " ^1.0.1" ,
44
+ "eslint-config-zen" : " ^2.0.0" ,
45
+ "eslint-plugin-flowtype" : " ^2.25.0" ,
46
+ "eslint-plugin-react" : " ^6.7.1"
44
47
}
45
48
}
You can’t perform that action at this time.
0 commit comments