Skip to content

Commit e9fa47e

Browse files
committed
chore: fix husky hooks depreciation warning
1 parent 350749a commit e9fa47e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"atom-ide",
99
"defintion"
1010
],
11-
"scripts": {
12-
"commitmsg": "commitlint -e $GIT_PARAMS"
13-
},
1411
"activationCommands": {
1512
"atom-workspace": "atom-ide-go-to-definition:go-to-definition"
1613
},
@@ -42,6 +39,11 @@
4239
"@commitlint/config-conventional"
4340
]
4441
},
42+
"husky": {
43+
"hooks": {
44+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
45+
}
46+
},
4547
"consumedServices": {
4648
"definitions": {
4749
"versions": {

0 commit comments

Comments
 (0)