Update eslint rules

This commit is contained in:
Nicola Spadari
2025-02-08 12:18:14 +01:00
parent dd72689730
commit fdcb8b5ff0

View File

@@ -6,7 +6,6 @@ export default eslintConfig(
{
typescript: true,
vue: true,
unocss: true,
stylistic: {
indent: "tab",
quotes: "double"
@@ -27,7 +26,9 @@ export default eslintConfig(
"vue/script-indent": ["error", "tab", {
baseIndent: 1
}],
"vue/comma-dangle": ["warn", "never"],
"antfu/top-level-function": "off",
"antfu/if-newline": "off",
"node/prefer-global/process": ["off"]
}
},