chore: add plugin-legacy
This commit is contained in:
parent
c568f04f1d
commit
8781571fdc
|
@ -4,5 +4,5 @@
|
|||
[ -n "$CI" ] && exit 0
|
||||
|
||||
# Format and submit code according to lintstagedrc.js configuration
|
||||
npm run ts:check
|
||||
# npm run ts:check
|
||||
npm run lint:lint-staged
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
"@types/qs": "^6.9.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.47.0",
|
||||
"@typescript-eslint/parser": "^5.47.0",
|
||||
"@vitejs/plugin-legacy": "^3.0.1",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
|
|
Loading…
Reference in New Issue