File tree 5 files changed +12
-8
lines changed
5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,12 @@ rules:
29
29
use-isnan: 2
30
30
valid-typeof: 2
31
31
no-unexpected-multiline: 2
32
- no-cond-assign: 2
33
32
no-constant-condition: 2
34
33
no-control-regex: 2
35
34
no-debugger: 2
36
35
# code style
37
36
consistent-return: 0
38
- curly: 2
37
+ curly: [2, "multi-line"]
39
38
default-case: 2
40
39
dot-notation: 2
41
40
dot-location: [2, "property"]
76
75
quote-props: [2, "as-needed"]
77
76
quotes: [2, "single", "avoid-escape"]
78
77
semi: [2, "never"]
79
- space-after-keywords : 2
78
+ keyword-spacing : 2
80
79
space-before-blocks: 2
81
80
space-infix-ops: 2
82
- space-return-throw-case: 2
Original file line number Diff line number Diff line change 1
- node_modules
1
+ / node_modules /
2
2
.DS_Store
3
3
npm-debug.log
4
+ build /
5
+ coverage /
6
+ .nyc_output /
Original file line number Diff line number Diff line change 1
- example
2
- test
1
+ npm-debug.log
3
2
changelog.md
3
+ coverage /
4
+ example /
5
+ test /
4
6
. *
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
+ - " stable"
3
4
- " 5"
4
5
- " 4"
5
6
- " 0.12"
Original file line number Diff line number Diff line change 33
33
"through2" : " ^2.0.0"
34
34
},
35
35
"devDependencies" : {
36
- "eslint" : " ^1.10.1 " ,
36
+ "eslint" : " ^2.0.0 " ,
37
37
"tape" : " ^4.2.2" ,
38
38
"task-tape" : " ^1.2.2"
39
39
}
You can’t perform that action at this time.
0 commit comments