Skip to content

Commit 9eab89a

Browse files
committed
feat: configure commitlint for husky
1 parent 32267b7 commit 9eab89a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,10 @@
7676
"src/public/**/*.*"
7777
],
7878
"delay": "2500"
79+
},
80+
"husky": {
81+
"hooks": {
82+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
83+
}
7984
}
8085
}

0 commit comments

Comments
 (0)