personal-website/eslint.config.js

12 lines
169 B
JavaScript
Raw Permalink Normal View History

2024-03-13 07:17:11 +00:00
import antfu from '@antfu/eslint-config'
export default antfu({
vue: true,
typescript: true,
astro: true,
formatters: {
astro: true,
css: true,
},
})