We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc5b48 commit 5c4764fCopy full SHA for 5c4764f
commitlint.config.ts
@@ -1,3 +1,6 @@
1
export default {
2
extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'header-max-length': [0, 'always', 125],
5
+ },
6
}
0 commit comments