Skip to content

Commit

Permalink
Merge pull request #22 from junjie-w/develop
Browse files Browse the repository at this point in the history
fix: update commitlint config
  • Loading branch information
junjie-w authored Nov 1, 2024
2 parents 1087a27 + 90f7383 commit 7675c3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional']
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0]
}
};

0 comments on commit 7675c3b

Please sign in to comment.