2023-12-22 16:15:34 +00:00
|
|
|
import antfu from '@antfu/eslint-config'
|
2023-10-23 14:03:29 +00:00
|
|
|
|
2023-12-25 02:03:05 +00:00
|
|
|
export default antfu({
|
|
|
|
|
// enable UnoCSS support
|
|
|
|
|
// https://unocss.dev/integrations/vscode
|
|
|
|
|
unocss: true,
|
2024-03-18 08:38:59 +00:00
|
|
|
|
|
|
|
|
ignores: [
|
|
|
|
|
'.github',
|
|
|
|
|
],
|
2024-04-08 02:11:27 +00:00
|
|
|
formatters: {
|
|
|
|
|
css: true,
|
|
|
|
|
},
|
2023-12-25 02:03:05 +00:00
|
|
|
})
|