Files
calorie-tracker/.husky/pre-commit
2022-09-18 21:39:47 +03:00

7 lines
132 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# If not using pnpm, switch this to your package manager
pnpm format
pnpm lint