Bug 1215455 - eslint no-multi-spaces [r=Standard8]

This commit is contained in:
Ed Lee 2015-10-16 01:10:56 -07:00
parent 671440aa56
commit 4563590767
11 changed files with 32 additions and 32 deletions

View File

@ -72,7 +72,7 @@
"no-lone-blocks": 2,
"no-loop-func": 2,
"no-mixed-spaces-and-tabs": 2,
"no-multi-spaces": 0, // TBD.
"no-multi-spaces": 2,
"no-multi-str": 2,
"no-multiple-empty-lines": 2,
"no-native-reassign": 2,