mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-10 15:05:35 -04:00
disable silly stylistic rule
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user