We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173a85d commit d76f265Copy full SHA for d76f265
.husky/commit-msg
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+npx --no-install commitlint --edit ""
commitlint.config.js
@@ -1 +1,3 @@
-module.exports = {extends: ['@commitlint/config-conventional']};
+'use strict';
+module.exports = { extends: ['@commitlint/config-conventional'] };
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