Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit 49563a4

Browse files
refactor: added array value to commitlint rule
1 parent bb9aec1 commit 49563a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
"body-max-line-length": 0
4+
"body-max-line-length": [0]
55
}
66
};

0 commit comments

Comments
 (0)