mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-29 04:39:12 +00:00
feat: added commit-msg hook for commitlint
This commit is contained in:
parent
6a0b8cc28e
commit
c2594d649d
4 changed files with 59 additions and 4 deletions
4
.husky/commit-msg
Executable file
4
.husky/commit-msg
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx commitlint --edit $1
|
Loading…
Add table
Add a link
Reference in a new issue