Fix ESLint warnings

This commit is contained in:
Schuyler Cebulskie
2016-10-30 17:23:39 -04:00
parent d6f55adf52
commit 73261646fc
5 changed files with 7 additions and 5 deletions

View File

@@ -80,6 +80,7 @@
"consistent-this": ["error", "$this"],
"eol-last": "error",
"func-names": "error",
"func-name-matching": "error",
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
"indent": ["error", 2, { "SwitchCase": 1 }],
"key-spacing": "error",
@@ -122,6 +123,7 @@
"no-useless-computed-key": "error",
"no-useless-constructor": "error",
"prefer-arrow-callback": "error",
"prefer-numeric-literals": "error",
"prefer-rest-params": "error",
"prefer-spread": "error",
"prefer-template": "error",