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

11 lines
114 B
JSON
Raw Normal View History

{
"vue/script-indent": [
"error",
"tab",
{
"baseIndent": 0,
"switchCase": 1
}
]
}