chore(linter): Update no-tabs rule

This commit is contained in:
Luan
2024-10-24 09:33:18 -03:00
parent 20a06ba8bd
commit 56df5a744d

View File

@@ -67,7 +67,7 @@ export default [
max: 1,
maxEOF: 0,
}],
"no-tabs": "error",
"no-tabs": "warn",
"brace-style": "error",
"new-parens": "error",
"space-infix-ops": "error",