chore: use new eslint config

pull/38/head
xingyu 2023-10-18 15:38:12 +08:00
parent 8076d0e54c
commit 1de5f2bb5a
1 changed files with 6 additions and 1 deletions

View File

@ -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,
)