青鸟ai,pc版仓库

14 lines
211 B

2 years ago
// @ts-check
import antfu from '@antfu/eslint-config'
export default antfu(
{
// unocss: true,
formatters: true,
rules: {
'vue/html-self-closing': 'off',
'curly': 'off',
},
2 years ago
},
)