1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/.huskyrc

8 lines
95 B
Plaintext
Raw Normal View History

2020-11-15 13:08:01 +00:00
{
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}