chore: eslint config

This commit is contained in:
xingyu
2023-10-25 22:11:43 +08:00
parent 240e2af532
commit 73a580af70

View File

@@ -8,6 +8,7 @@ module.exports = antfu(
'node/prefer-global/process': 'off',
'vue/custom-event-name-casing': 'off',
'vue/component-name-in-template-casing': 'off',
'vue/require-toggle-inside-transition': 'off',
},
},
unocss.configs.flat,