We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173a85d commit b36df1aCopy full SHA for b36df1a
.husky/commit-msg
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+npx --no-install commitlint --edit ""
package.json
@@ -55,6 +55,7 @@
55
"eslint-plugin-unicorn": "^37.0.0",
56
"eslint-scope": "^6.0.0",
57
"espree": "^9.0.0",
58
+ "husky": "^7.0.2",
59
"lodash": "^4.17.2",
60
"markdownlint-cli": "^0.28.1",
61
"mocha": "^9.1.2",
0 commit comments