This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/.husky/pre-commit

5 lines
95 B
Bash
Executable file

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
npx --no -- commitlint --edit "${1}"