create-guilded-bot/.husky/pre-commit
2022-11-22 19:17:15 +05:30

5 lines
No EOL
128 B
Bash

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm lint && pnpm format
git commit -m "chore: lint & prettier" --no-verify