feat: 上限文联想改为前端进行

This commit is contained in:
ChenZhaoYu
2023-02-14 10:04:32 +08:00
parent 5d1f8519c2
commit 86fcbbff0b
6 changed files with 69 additions and 110 deletions

View File

@@ -47,9 +47,8 @@
"vue-tsc": "^1.0.24"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue}": [
"pnpm lint:fix",
"pnpm type-check"
"*.{ts,tsx,vue}": [
"pnpm lint:fix"
]
}
}