12 lines
169 B
JavaScript
12 lines
169 B
JavaScript
|
import antfu from '@antfu/eslint-config'
|
||
|
|
||
|
export default antfu({
|
||
|
vue: true,
|
||
|
typescript: true,
|
||
|
astro: true,
|
||
|
formatters: {
|
||
|
astro: true,
|
||
|
css: true,
|
||
|
},
|
||
|
})
|