Fix eslint rule eol-last

This commit is contained in:
Pavel Dohnal
2017-07-11 14:17:43 +01:00
parent a746c124a3
commit 53df10dc2b
16 changed files with 15 additions and 16 deletions

View File

@@ -45,7 +45,6 @@
"no-bitwise": 0, "no-bitwise": 0,
"arrow-body-style": 0, "arrow-body-style": 0,
"prefer-template": 0, "prefer-template": 0,
"eol-last": 0,
"keyword-spacing": 0, "keyword-spacing": 0,
"default-case": 0, "default-case": 0,
"quote-props": 0, "quote-props": 0,