build: update eslint

This commit is contained in:
Qiuxia Fan
2022-01-11 20:25:06 +08:00
parent 6189378f28
commit 7d1abb3421
2 changed files with 7 additions and 2 deletions

View File

@@ -77,7 +77,13 @@
},
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
"@typescript-eslint/explicit-module-boundary-types": "off",
"vue/script-setup-uses-vars": "error",
"@typescript-eslint/ban-ts-ignore'": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-non-null-assertion": "off"
},
"overrides": [
{