fix: disable commitlint case rules

This commit is contained in:
Ricardo Arturo Cabral Mejía 2023-02-03 19:17:24 -05:00
parent 1a8c55df38
commit b8c35364a7
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -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'],
},
}