Fix ES6 space-infix-ops eslint rule [MAILPOET-1082]

This commit is contained in:
stoletniy
2017-09-18 18:27:43 +03:00
parent 4d9d92a026
commit a0fec7d103
16 changed files with 35 additions and 36 deletions

View File

@ -65,7 +65,6 @@
"no-script-url": 0,
"wrap-iife": 0,
"vars-on-top": 0,
"space-infix-ops": 0,
"no-irregular-whitespace": 0,
"padded-blocks": 0,
"no-underscore-dangle": 0