We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48b570 commit 9320619Copy full SHA for 9320619
commitlint.config.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
extends: ["@commitlint/config-conventional"],
3
rules: {
4
- "subject-case": [2, "always", "start-case"],
+ "subject-case": [2, "always", "sentence-case"],
5
},
6
};
0 commit comments