Updated linting rules

This commit is contained in:
Lucas Dower 2022-02-12 00:59:14 +00:00
parent 795c626a0e
commit 8a7e4e2b16

View File

@ -23,6 +23,10 @@
"no-multi-spaces": "off",
"no-array-constructor": "off",
"guard-for-in": "off",
"func-call-spacing": "off"
"func-call-spacing": "off",
"no-trailing-spaces": "off",
"new-cap": "off",
"no-console": "error",
"no-unused-vars": "warn"
}
}