vue3-vant-mobile/eslint.config.ts

8 lines
155 B
TypeScript
Raw Normal View History

2023-12-22 16:15:34 +00:00
import antfu from '@antfu/eslint-config'
2023-12-25 02:03:05 +00:00
export default antfu({
// enable UnoCSS support
// https://unocss.dev/integrations/vscode
unocss: true,
})