We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eade73a commit 35d3fa8Copy full SHA for 35d3fa8
commitlint.config.js
@@ -0,0 +1 @@
1
+module.exports = { extends: ["@commitlint/config-conventional"] };
package.json
@@ -45,14 +45,17 @@
45
]
46
},
47
"devDependencies": {
48
+ "@commitlint/cli": "^11.0.0",
49
+ "@commitlint/config-conventional": "^11.0.0",
50
"eslint-config-prettier": "^6.15.0",
51
"husky": ">=4",
52
"lint-staged": ">=10",
53
"prettier": "2.1.2"
54
55
"husky": {
56
"hooks": {
- "pre-commit": "lint-staged"
57
+ "pre-commit": "lint-staged",
58
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
59
}
60
61
"lint-staged": {
0 commit comments