This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

7 lines
104 B
Plaintext
Raw Permalink Normal View History

2023-11-27 15:50:22 -03:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm dlx commitlint --edit ${1}
pnpm run lint:fix