7 lines
97 B
TypeScript
7 lines
97 B
TypeScript
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu({
|
|
unocss: true,
|
|
vue: true,
|
|
})
|