mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Allow 4 attributes per line
This commit is contained in:
parent
5d0c179681
commit
2c6d0da5f8
1 changed files with 1 additions and 1 deletions
2
eslintrc
2
eslintrc
|
@ -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" ],
|
||||||
|
|
Loading…
Reference in a new issue