Skip to content

Commit 5c4764f

Browse files
committed
chore(commitlint): expands header max length
1 parent 2fc5b48 commit 5c4764f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

commitlint.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
export default {
22
extends: ['@commitlint/config-conventional'],
3+
rules: {
4+
'header-max-length': [0, 'always', 125],
5+
},
36
}

0 commit comments

Comments
 (0)