chore: Allow git message to be uppercase

This commit is contained in:
vben
2021-10-26 01:11:56 +08:00
parent b7813b9ba8
commit ed40b333f3
2 changed files with 1 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
'header-max-length': [2, 'always', 108],
'subject-empty': [2, 'never'],
'type-empty': [2, 'never'],
'subject-case': [0],
'type-enum': [
2,
'always',