eslint-config/src/rules/vue/default.json
Valentin Popov 37337f9e02
feat(vue): Rule "html-indent"
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-14 13:17:35 +04:00

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
}
]
}