13 lines
183 B
JavaScript
13 lines
183 B
JavaScript
![]() |
import antfu from '@antfu/eslint-config'
|
||
|
|
||
|
export default antfu({
|
||
|
formatters: true,
|
||
|
unocss: true,
|
||
|
vue: true,
|
||
|
ignores: [
|
||
|
'**/*/md',
|
||
|
'**/*.yaml',
|
||
|
'**/*.yml',
|
||
|
],
|
||
|
})
|