Skip to content

Commit 8c5e24d

Browse files
committed
build: tweaks
1 parent 8311388 commit 8c5e24d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,12 @@
9595
"commitlint": {
9696
"extends": [
9797
"@commitlint/config-conventional"
98-
]
98+
],
99+
"rules": {
100+
"body-max-line-length": [
101+
0
102+
]
103+
}
99104
},
100105
"nano-staged": {
101106
"*.js": [

0 commit comments

Comments
 (0)