mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-22 07:54:11 -05:00
Disable vue/multiline-html-element-content-newline in eslintrc
This commit is contained in:
parent
b13628c638
commit
8ec10be4c5
1 changed files with 1 additions and 0 deletions
1
eslintrc
1
eslintrc
|
@ -129,6 +129,7 @@
|
||||||
"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": 3, "multiline": { "max": 1, "allowFirstLine": false } } ],
|
||||||
|
"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" ],
|
||||||
"vue/no-multi-spaces": [ "warn" ],
|
"vue/no-multi-spaces": [ "warn" ],
|
||||||
|
|
Loading…
Reference in a new issue