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.
2 parents 496e1cf + 2e05928 commit e8c9843Copy full SHA for e8c9843
.husky/commit-msg
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+yarn commitlint --edit $1
package.json
@@ -29,11 +29,6 @@
29
"publishConfig": {
30
"registry": "https://registry.npmjs.org"
31
},
32
- "husky": {
33
- "hooks": {
34
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
35
- }
36
- },
37
"keywords": [
38
"rest-api",
39
"rest-client",
0 commit comments