We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350749a commit e9fa47eCopy full SHA for e9fa47e
package.json
@@ -8,9 +8,6 @@
8
"atom-ide",
9
"defintion"
10
],
11
- "scripts": {
12
- "commitmsg": "commitlint -e $GIT_PARAMS"
13
- },
14
"activationCommands": {
15
"atom-workspace": "atom-ide-go-to-definition:go-to-definition"
16
},
@@ -42,6 +39,11 @@
42
39
"@commitlint/config-conventional"
43
40
]
44
41
+ "husky": {
+ "hooks": {
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
45
+ }
46
+ },
47
"consumedServices": {
48
"definitions": {
49
"versions": {
0 commit comments