We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0d63c commit f68caa9Copy full SHA for f68caa9
1 file changed
commitlint.config.js
@@ -1,8 +1,8 @@
1
module.exports = {
2
extends: ['@commitlint/config-conventional'],
3
rules: {
4
- "header-case": [1, "always", "sentence-case"],
5
- "header-max-length": [2, "always", 100],
+ "subject-case": [0, 'never'],
+ "subject-max-length": [2, "always", 100],
6
"scope-enum": _ => [
7
2,
8
"always",
0 commit comments