зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1294618 - Enable the computed-property-spacing rule for eslint. r=felipe
MozReview-Commit-ID: IaN54BFBksA
This commit is contained in:
Родитель
b82aa6f6de
Коммит
8ba24fd3a9
|
@ -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,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче