Skip to content

Commit f03b957

Browse files
style: add husky commitlint
1 parent d7b0f4f commit f03b957

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"type": "git",
2626
"url": "git+https://github.com/Arteha/admin-bro-typeorm.git"
2727
},
28+
"husky": {
29+
"hooks": {
30+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
31+
}
32+
},
2833
"author": "Artem Zabolotnyi <[email protected]>",
2934
"license": "MIT",
3035
"peerDependencies": {

0 commit comments

Comments
 (0)