Fix indent rule in ES5

[MAILPOET-1029]
This commit is contained in:
Pavel Dohnal
2017-09-07 15:51:25 +01:00
parent 9fc0ac8c4f
commit 478e60d60e
40 changed files with 1017 additions and 1018 deletions

View File

@ -74,7 +74,6 @@
"keyword-spacing": 0,
"eol-last": 0,
"dot-notation": 0,
"indent": 0,
"prefer-template": 0,
"func-names": 0
}