Bug 1185108 - Enforce 4 space indentation via an eslint rule

This commit is contained in:
William Lachance 2015-07-17 17:27:51 -04:00
Родитель 8f82de2c18
Коммит 1900b665e4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,7 @@
"browser": 1
},
"rules": {
"indent": 2,
// Default rules we've disabled until the failures are fixed.
// Remove a line (or change the value to "2") to enable the rule.
"camelcase": 0,