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 41a7f74 commit 7b1a372Copy full SHA for 7b1a372
.husky/commit-msg
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/husky.sh"
3
+
4
+npx --no -- commitlint --edit ${1}
package.json
@@ -36,6 +36,8 @@
36
"@babel/plugin-transform-runtime": "^7.12.10",
37
"@babel/preset-env": "^7.11.5",
38
"@babel/runtime": "^7.15.4",
39
+ "@commitlint/cli": "^17.4.3",
40
+ "@commitlint/config-conventional": "^17.4.3",
41
"@typescript-eslint/parser": "^5.0.0",
42
"babel-loader": "^8.0.6",
43
"better-docs": "^2.3.2",
@@ -68,4 +70,4 @@
68
70
"webpack-cli": "^4.9.2",
69
71
"webpack-dev-server": "^4.7.4"
72
}
-}
73
+}
0 commit comments