Bug 1294618 - Enable the computed-property-spacing rule for eslint. r=felipe

MozReview-Commit-ID: IaN54BFBksA
This commit is contained in:
Jared Wein 2016-08-16 15:44:14 -04:00
Родитель b82aa6f6de
Коммит 8ba24fd3a9
4 изменённых файлов: 19 добавлений и 19 удалений

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

@ -21,7 +21,7 @@
// "comma-style": 2, // "comma-style": 2,
// Don't require spaces around computed properties // Don't require spaces around computed properties
// "computed-property-spacing": [2, "never"], "computed-property-spacing": [2, "never"],
// Functions must always return something or nothing // Functions must always return something or nothing
"consistent-return": 2, "consistent-return": 2,