TOPVERSE_Official/eslint.config.mjs

7 lines
97 B
JavaScript
Raw Normal View History

2024-05-25 14:39:34 +08:00
import antfu from '@antfu/eslint-config'
export default antfu({
unocss: true,
vue: true,
})