Skip to content

Commit 0838482

Browse files
committed
chore: update commitlint configuration to enforce header max length of 120 characters
1 parent acb7ba3 commit 0838482

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,14 @@
100100
"commitlint": {
101101
"extends": [
102102
"@commitlint/config-conventional"
103-
]
103+
],
104+
"rules": {
105+
"header-max-length": [
106+
2,
107+
"always",
108+
120
109+
]
110+
}
104111
},
105112
"release-it": {
106113
"git": {

0 commit comments

Comments
 (0)