Fix ES6 keyword-spacing eslint rule [MAILPOET-1082]

This commit is contained in:
stoletniy
2017-09-18 18:20:55 +03:00
parent 0cdae52c66
commit 44d0341fb2
26 changed files with 81 additions and 82 deletions

View File

@@ -40,7 +40,6 @@
"no-bitwise": 0,
"arrow-body-style": 0,
"prefer-template": 0,
"keyword-spacing": 0,
"default-case": 0,
"array-callback-return": 0,
"consistent-return": 0,