Fix template can contain one tag only, disable vue/require-component-is eslint rule

This commit is contained in:
Louis Lam
2022-04-12 20:23:11 +08:00
parent 4a6d7207ef
commit 81de2eedfb
2 changed files with 5 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ module.exports = {
"vue/max-attributes-per-line": "off",
"vue/singleline-html-element-content-newline": "off",
"vue/html-self-closing": "off",
"vue/require-component-is": "off", // not allow is="style" https://github.com/vuejs/eslint-plugin-vue/issues/462#issuecomment-430234675
"vue/attribute-hyphenation": "off", // This change noNL to "no-n-l" unexpectedly
"no-multi-spaces": ["error", {
ignoreEOLComments: true,