mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Disable the vue/no-v-text-v-html-on-component error in eslint
This commit is contained in:
parent
6d2943c071
commit
76ca0584ee
1 changed files with 1 additions and 0 deletions
1
eslintrc
1
eslintrc
|
@ -152,6 +152,7 @@
|
||||||
"vue/attributes-order": [ "warn" ],
|
"vue/attributes-order": [ "warn" ],
|
||||||
"vue/html-quotes": [ "warn" ],
|
"vue/html-quotes": [ "warn" ],
|
||||||
"vue/no-v-html": "off",
|
"vue/no-v-html": "off",
|
||||||
|
"vue/no-v-text-v-html-on-component": "off",
|
||||||
"vue/order-in-components": [ "warn", { "order": [ "el", "name", "parent", "functional", [ "delimiters", "comments" ], [ "mixins", "extends" ], [ "components", "directives", "filters" ], "inheritAttrs", "model", [ "props", "propsData" ], "emits", "data", "computed", "methods", "setup", "beforeCreate", "created", "beforeMount", "mounted", "beforeUpdate", "updated", "activated", "deactivated", "watch", "beforeUnmount", "beforeDestroy", "unmounted", "destroyed", [ "template", "render" ], "renderError" ] } ],
|
"vue/order-in-components": [ "warn", { "order": [ "el", "name", "parent", "functional", [ "delimiters", "comments" ], [ "mixins", "extends" ], [ "components", "directives", "filters" ], "inheritAttrs", "model", [ "props", "propsData" ], "emits", "data", "computed", "methods", "setup", "beforeCreate", "created", "beforeMount", "mounted", "beforeUpdate", "updated", "activated", "deactivated", "watch", "beforeUnmount", "beforeDestroy", "unmounted", "destroyed", [ "template", "render" ], "renderError" ] } ],
|
||||||
"vue/this-in-template": [ "warn" ]
|
"vue/this-in-template": [ "warn" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue