Fix ES6 array-bracket-spacing eslint rule [MAILPOET-1082]

This commit is contained in:
stoletniy
2017-09-18 18:26:43 +03:00
parent e51aa8c271
commit 4d9d92a026
6 changed files with 5 additions and 6 deletions

View File

@@ -52,7 +52,6 @@
"no-extra-bind": 0, "no-extra-bind": 0,
"class-methods-use-this": 0, "class-methods-use-this": 0,
"no-case-declarations": 0, "no-case-declarations": 0,
"array-bracket-spacing": 0,
"no-else-return": 0, "no-else-return": 0,
"max-len": 0, "max-len": 0,
"no-useless-concat": 0, "no-useless-concat": 0,