chore(eslint-config): migrate build to tsdown

This commit is contained in:
xingyu4j
2026-03-15 19:39:43 +08:00
parent ae6a75e913
commit db9b9df8f7
3 changed files with 19 additions and 11 deletions

View File

@@ -12,7 +12,8 @@
"license": "MIT",
"type": "module",
"scripts": {
"stub": "pnpm unbuild --stub"
"build": "pnpm exec tsdown",
"stub": "pnpm exec tsdown"
},
"files": [
"dist"
@@ -27,12 +28,10 @@
}
},
"dependencies": {
"@vben/oxlint-config": "workspace:*"
},
"devDependencies": {
"@eslint/js": "catalog:",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"@vben/oxlint-config": "workspace:*",
"eslint": "catalog:",
"eslint-plugin-jsonc": "catalog:",
"eslint-plugin-n": "catalog:",