1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Updated eslint

This commit is contained in:
Jon Ziebell 2020-07-01 08:06:49 -04:00
parent b34d84ee9d
commit 78dbaf8c51

View File

@ -37,6 +37,7 @@
"multiline-ternary": "off",
"new-cap": ["error", {"newIsCap": false}],
"newline-after-var": "off",
"no-continue": "off",
"no-extra-parens": "off",
"no-lonely-if": "off",
"no-loop-func": "off",