chore: remove deprecated husky v9 shim lines #113

Merged
jason.woltje merged 1 commits from fix/husky-deprecation into main 2026-03-15 16:48:52 +00:00
2 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged

View File

@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm typecheck && pnpm lint && pnpm format:check