Fix ESLint linebreak-style in tests

[MAILPOET-1031]
This commit is contained in:
Pavel Dohnal
2017-08-30 15:19:15 +02:00
parent 9061e1b495
commit 737a83cdf3
2 changed files with 223 additions and 224 deletions

View File

@@ -12,7 +12,6 @@
"no-undef": 0,
"one-var": 0,
"indent": 0,
"linebreak-style": 0,
"no-whitespace-before-property": 0,
"object-property-newline": 0,
"global-require": 0,