fix: eslint error

This commit is contained in:
2025-09-19 12:00:35 +08:00
parent 560367eeb5
commit 86a8d00991
5 changed files with 33 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.17.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
@@ -36,5 +36,8 @@
"vite": "^7.1.2",
"vite-plugin-checker": "^0.10.3",
"vite-tsconfig-paths": "^5.1.4"
},
"volta": {
"node": "24.8.0"
}
}