eslint-config/src/rules/vue/default.json

21 lines
288 B
JSON
Raw Normal View History

{
"vue/html-indent": [
"error",
"tab",
{
"alignAttributesVertically": true,
"attribute": 1,
"baseIndent": 1,
"closeBracket": 0
}
],
"vue/script-indent": [
"error",
"tab",
{
"baseIndent": 0,
"switchCase": 1
}
]
}