mirror of
https://github.com/Cameri/nostream.git
synced 2025-07-16 08:42:21 +02:00
fix: disable commitlint case rules
This commit is contained in:
@ -3,5 +3,8 @@ module.exports = {
|
||||
parserPreset: 'conventional-changelog-conventionalcommits',
|
||||
rules: {
|
||||
'body-max-line-length': [2, 'always', 250],
|
||||
'subject-case': [0, 'always'],
|
||||
'header-case': [0, 'always'],
|
||||
'body-case': [0, 'always'],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user