File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ rules: # http://eslint.org/docs/rules/
194
194
no-plusplus : 0 # disallow the unary operators `++` and `--`
195
195
no-restricted-syntax : 0 # disallow specified syntax
196
196
no-spaced-func : 1 # disallow spacing between `function` identifiers and their applications
197
+ no-tabs : 0 # disallow tabs in file
197
198
no-ternary : 0 # disallow ternary operators
198
199
no-trailing-spaces : 1 # disallow trailing whitespace at the end of lines
199
200
no-underscore-dangle : 0 # disallow dangling underscores in identifiers
Original file line number Diff line number Diff line change 36
36
},
37
37
"devDependencies" : {
38
38
"chai" : " ^3.5.0" ,
39
- "eslint" : " ~3.1 .0" ,
39
+ "eslint" : " ~3.2 .0" ,
40
40
"mocha" : " ^2.5.3"
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments