diff --git a/eslint.config.mjs b/eslint.config.mjs index aa193a0..178befc 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -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"] } },