feat: 完善模版

This commit is contained in:
2025-06-26 21:51:57 +08:00
parent 6a18951b07
commit 7fe25251a8
18 changed files with 233 additions and 77 deletions

View File

@@ -1,6 +1,14 @@
import antfu from '@antfu/eslint-config'
export default antfu({
formatters: true,
vue: true,
})
export default antfu(
{
formatters: true,
vue: true,
ignores: ['node_modules', 'dist'],
rules: {
'vue/html-self-closing': 'off',
'antfu/top-level-function': 'off',
},
},
)