Skip to content

Commit 912854e

Browse files
committed
chore: fix commitlint config
1 parent b0bc63b commit 912854e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.commitlintrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

commitlint.config.cjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
rules: {
4+
'body-max-line-length': [0, 'always'],
5+
},
6+
};

0 commit comments

Comments
 (0)