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/
194194 no-plusplus : 0 # disallow the unary operators `++` and `--`
195195 no-restricted-syntax : 0 # disallow specified syntax
196196 no-spaced-func : 1 # disallow spacing between `function` identifiers and their applications
197+ no-tabs : 0 # disallow tabs in file
197198 no-ternary : 0 # disallow ternary operators
198199 no-trailing-spaces : 1 # disallow trailing whitespace at the end of lines
199200 no-underscore-dangle : 0 # disallow dangling underscores in identifiers
Original file line number Diff line number Diff line change 3636 },
3737 "devDependencies" : {
3838 "chai" : " ^3.5.0" ,
39- "eslint" : " ~3.1 .0" ,
39+ "eslint" : " ~3.2 .0" ,
4040 "mocha" : " ^2.5.3"
4141 }
4242}
You can’t perform that action at this time.
0 commit comments