feat(vue): Rule "max-attributes-per-line"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -58,6 +58,16 @@
|
||||
"svg": "always"
|
||||
}
|
||||
],
|
||||
"vue/max-attributes-per-line": [
|
||||
"error",
|
||||
{
|
||||
"multiline": {
|
||||
"allowFirstLine": false,
|
||||
"max": 1
|
||||
},
|
||||
"singleline": 8
|
||||
}
|
||||
],
|
||||
"vue/script-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Reference in New Issue
Block a user