Fix ES5 semi-spacing eslint rule [MAILPOET-1030]

This commit is contained in:
stoletniy
2017-09-04 09:17:16 +03:00
committed by pavel-mailpoet
parent 864187aa02
commit 027418a86c

View File

@@ -22,7 +22,6 @@
"no-useless-concat": 0,
"no-multi-spaces": 0,
"no-nested-ternary": 0,
"semi-spacing": 0,
"no-sequences": 0,
"no-useless-return": 0,
"array-callback-return": 0,