disable silly stylistic rule

This commit is contained in:
Michael Genson
2026-04-07 16:43:43 +00:00
parent 4cab2919ac
commit a23e5a515e

View File

@@ -7,6 +7,7 @@ export default withNuxt({
"@stylistic": stylistic, "@stylistic": stylistic,
}, },
rules: { rules: {
"@stylistic/max-statements-per-line": "off",
"@stylistic/no-tabs": ["error"], "@stylistic/no-tabs": ["error"],
"@stylistic/no-mixed-spaces-and-tabs": ["error", "smart-tabs"], "@stylistic/no-mixed-spaces-and-tabs": ["error", "smart-tabs"],
"@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-explicit-any": "off",