Disable vue/multiline-html-element-content-newline in eslintrc

This commit is contained in:
Kevin MacMartin 2018-11-25 23:59:26 -05:00
parent b13628c638
commit 8ec10be4c5

View file

@ -129,6 +129,7 @@
"vue/html-indent": "off",
"vue/html-self-closing": "off",
"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/name-property-casing": [ "warn" ],
"vue/no-multi-spaces": [ "warn" ],