21 lines
288 B
JSON
21 lines
288 B
JSON
{
|
|
"vue/html-indent": [
|
|
"error",
|
|
"tab",
|
|
{
|
|
"alignAttributesVertically": true,
|
|
"attribute": 1,
|
|
"baseIndent": 1,
|
|
"closeBracket": 0
|
|
}
|
|
],
|
|
"vue/script-indent": [
|
|
"error",
|
|
"tab",
|
|
{
|
|
"baseIndent": 0,
|
|
"switchCase": 1
|
|
}
|
|
]
|
|
}
|