Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
parserPreset: 'conventional-changelog-conventionalcommits',
rules: {
'body-max-line-length': [2, 'always', 250],
'body-max-line-length': [0, 'always'],
'header-max-length': [0, 'always'],
'subject-case': [0, 'always'],
'header-case': [0, 'always'],
'body-case': [0, 'always'],
Expand Down
Loading
Loading