Allow 4 attributes per line

This commit is contained in:
Kevin MacMartin 2019-03-05 16:54:13 -05:00
parent 5d0c179681
commit 2c6d0da5f8

View file

@ -128,7 +128,7 @@
"vue/html-closing-bracket-spacing": [ "warn", { "startTag": "never", "endTag": "never", "selfClosingTag": "always" } ], "vue/html-closing-bracket-spacing": [ "warn", { "startTag": "never", "endTag": "never", "selfClosingTag": "always" } ],
"vue/html-indent": "off", "vue/html-indent": "off",
"vue/html-self-closing": "off", "vue/html-self-closing": "off",
"vue/max-attributes-per-line": [ "warn", { "singleline": 3, "multiline": { "max": 1, "allowFirstLine": false } } ], "vue/max-attributes-per-line": [ "warn", { "singleline": 4, "multiline": { "max": 1, "allowFirstLine": false } } ],
"vue/multiline-html-element-content-newline": "off", "vue/multiline-html-element-content-newline": "off",
"vue/mustache-interpolation-spacing": [ "warn" ], "vue/mustache-interpolation-spacing": [ "warn" ],
"vue/name-property-casing": [ "warn" ], "vue/name-property-casing": [ "warn" ],