1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Updated eslint config

This commit is contained in:
Jon Ziebell 2020-06-22 21:04:29 -04:00
parent 3946366997
commit 663787f046

View File

@ -20,6 +20,7 @@
"default-case": "off",
"dot-location": ["error", "property"],
"func-names": ["error", "never"],
"function-call-argument-newline": "off",
"function-paren-newline": "off",
"guard-for-in": "off",
"id-length": "off",