Fix eslint no-sequences in es5 files

[MAILPOET-1146]
This commit is contained in:
Pavel Dohnal
2018-03-01 09:11:00 +00:00
committed by Rostislav Wolný
parent 4d80bdb322
commit 21e45a39b4

View File

@@ -20,7 +20,6 @@
"no-restricted-syntax": 0,
"no-useless-concat": 0,
"no-nested-ternary": 0,
"no-sequences": 0,
"no-useless-return": 0,
"array-callback-return": 0,
"new-cap": 0,