vue3-vant-mobile/eslint.config.js

17 lines
247 B
JavaScript
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,
formatters: {
css: true,
},
ignores: [
'.github/**',
'scripts/**',
],
2023-12-25 02:03:05 +00:00
})