feat: 完善模版
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user