Add no-tabs error to eslint

This commit is contained in:
Cyn 2021-12-29 13:32:52 -05:00
parent 25a6d9a3eb
commit 4cea34bfae
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ module.exports = {
"no-spaced-func": ["off"], "no-spaced-func": ["off"],
"no-sparse-arrays": ["error"], "no-sparse-arrays": ["error"],
"no-sync": ["error"], "no-sync": ["error"],
"no-tabs": ["off"], "no-tabs": ["error"],
"no-template-curly-in-string": ["error"], "no-template-curly-in-string": ["error"],
"no-ternary": ["off"], "no-ternary": ["off"],
"no-this-before-super": ["off"], "no-this-before-super": ["off"],