firefish/.husky/commit-msg
ThatOneCalculator 5cbcd53217
refactor: 🚨 add husky and commitlint
formats commits and enforces conventional commits
2023-06-24 12:25:38 -07:00

5 lines
88 B
Bash
Executable file

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no -- commitlint --edit "$1"