Fix ES5 comma-spacing eslint rule [MAILPOET-1028]

This commit is contained in:
stoletniy
2017-07-27 17:53:44 +03:00
committed by pavel-mailpoet
parent 5773d46f1c
commit 4988aaf14f
3 changed files with 2 additions and 3 deletions

View File

@ -44,7 +44,6 @@
"no-empty": 0,
"no-extra-semi": 0,
"no-useless-escape": 0,
"comma-spacing": 0,
"wrap-iife": 0,
"no-unused-expressions": 0,
"block-spacing": 0,