diff options
Diffstat (limited to '.husky/_/pre-commit')
| -rwxr-xr-x | .husky/_/pre-commit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.husky/_/pre-commit b/.husky/_/pre-commit new file mode 100755 index 00000000..921078d7 --- /dev/null +++ b/.husky/_/pre-commit @@ -0,0 +1,3 @@ +#!/bin/sh +. "$(dirname "$0")/husky.sh" +bun run lint-staged
\ No newline at end of file |