18 lines
255 B
JSON
18 lines
255 B
JSON
{
|
|
"extends": ["recommended"],
|
|
"plugins": ["vue"],
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"settings": {
|
|
"vue": {
|
|
"version": 3
|
|
}
|
|
},
|
|
"rules": {
|
|
"vue/max-attributes-per-line": "off",
|
|
"vue/no-v-html": "off"
|
|
}
|
|
}
|