Disable vue/singleline-html-element-content-newline

This commit is contained in:
Kevin MacMartin 2018-11-26 00:10:39 -05:00
parent 8ec10be4c5
commit 5d0c179681

View file

@ -136,6 +136,7 @@
"vue/prop-name-casing": [ "warn" ],
"vue/require-default-prop": "off",
"vue/require-prop-types": [ "warn" ],
"vue/singleline-html-element-content-newline": "off",
"vue/v-bind-style": [ "warn" ],
"vue/v-on-style": [ "warn" ],
"vue/attributes-order": [ "warn" ],