mirror of
https://github.com/Cameri/nostream.git
synced 2025-04-08 20:08:07 +02:00
fix: disable commitlint case rules
This commit is contained in:
parent
1a8c55df38
commit
b8c35364a7
@ -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'],
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user