build: update eslint rules

This commit is contained in:
Qiuxia Fan
2022-01-04 16:01:53 +08:00
parent 51932ca877
commit e1d5095d75
3 changed files with 5 additions and 59 deletions

View File

@@ -76,15 +76,7 @@
"ecmaVersion": 2020
},
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"vue/attributes-order": "off",
"vue/one-component-per-file": "off",
"vue/html-closing-bracket-newline": "off",
"vue/max-attributes-per-line": "off",
"vue/multiline-html-element-content-newline": "off",
"vue/singleline-html-element-content-newline": "off",
"vue/attribute-hyphenation": "off",
"vue/require-default-prop": "off"
"@typescript-eslint/no-explicit-any": "off"
},
"overrides": [
{