mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-14 18:56:46 +02:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu({
|
|
unocss: true,
|
|
typescript: true,
|
|
astro: true,
|
|
})
|