Fix eslint errors

This commit is contained in:
uwap 2018-01-14 00:14:50 +01:00
parent a69552de7d
commit 30e18a749f
3 changed files with 2 additions and 8 deletions

View file

@ -43,7 +43,6 @@ module.exports = {
"no-floating-decimal": "error",
"no-implicit-coercion": "error",
"no-implied-eval": "error",
"no-invalid-this": "error",
"no-iterator": "error",
"no-loop-func": "error",
"no-multi-spaces": "warn",