chore: use new eslint config
parent
8076d0e54c
commit
1de5f2bb5a
|
@ -2,6 +2,11 @@ const antfu = require('@antfu/eslint-config').default
|
|||
const unocss = require('@unocss/eslint-plugin')
|
||||
|
||||
module.exports = antfu(
|
||||
{},
|
||||
{
|
||||
rules: {
|
||||
'no-console': 'off',
|
||||
'vue/custom-event-name-casing': 'off',
|
||||
},
|
||||
},
|
||||
unocss.configs.flat,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue