fix: remove unused

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-16 13:14:43 +02:00
parent 4d060cb7d2
commit 7a63885d38
2 changed files with 1 additions and 203 deletions

View File

@@ -26,8 +26,7 @@
"lint:fix": "biome check --write .",
"lint:workspace": "pnpm dlx sherif@latest",
"typecheck": "pnpm -r typecheck",
"update-simple-git-hooks": "npx simple-git-hooks",
"deps:unused": "node tooling/unused-deps.mjs"
"update-simple-git-hooks": "npx simple-git-hooks"
},
"simple-git-hooks": {
"pre-push": "pnpm typecheck && pnpm test"