Skip to content

Commit ed33d1b

Browse files
committed
chore: update commitlint config
1 parent 4eed13b commit ed33d1b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

commitlint.config.mjs

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
const Configuration = {
22
extends: ['@commitlint/config-conventional'],
3-
};
3+
rules: {
4+
'body-max-line-length': [2, 'always', 500],
5+
},
6+
}
47

5-
export default Configuration;
8+
export default Configuration

0 commit comments

Comments
 (0)