mirror of
https://github.com/Cameri/nostream.git
synced 2025-07-17 01:02:18 +02:00
fix: disable commitlint case rules
This commit is contained in:
@ -3,5 +3,8 @@ module.exports = {
|
|||||||
parserPreset: 'conventional-changelog-conventionalcommits',
|
parserPreset: 'conventional-changelog-conventionalcommits',
|
||||||
rules: {
|
rules: {
|
||||||
'body-max-line-length': [2, 'always', 250],
|
'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