fix: lint error

This commit is contained in:
JinmingYang
2023-06-30 14:01:29 +08:00
parent bc9607e537
commit 374a5181ff
3 changed files with 8 additions and 10 deletions

View File

@@ -5,7 +5,8 @@
"react/no-unknown-property": "off",
"no-console": "off",
"no-mixed-operators": "off",
"no-restricted-globals": "off"
"no-restricted-globals": "off",
"unicorn/prefer-number-properties": "off"
},
"overrides": [
{

View File

@@ -1,16 +1,12 @@
{
"exclude": [
"find-up",
"gzip-size",
"@types/vscode",
"codemirror",
"@vue/cli-plugin-babel",
"@vue/cli-service",
"unbuild",
"msw"
"msw",
"open",
"commander"
],
"packageMode": {
"vue": "minor",
"nuxt": "minor"
"react": "minor"
}
}
}

View File

@@ -1,5 +1,6 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true