mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-12 12:26:40 -05:00
Disable vue/singleline-html-element-content-newline
This commit is contained in:
parent
8ec10be4c5
commit
5d0c179681
1 changed files with 1 additions and 0 deletions
1
eslintrc
1
eslintrc
|
@ -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" ],
|
||||
|
|
Loading…
Reference in a new issue