6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
|
module.exports = {
|
||
|
extends: [
|
||
|
'@antfu/eslint-config-vue',
|
||
|
],
|
||
|
}
|