fix: enablePreferences does not meet expectations (#4031)

This commit is contained in:
Vben
2024-08-04 06:01:09 +08:00
committed by GitHub
parent 0619faf61e
commit ccaa32125a
4 changed files with 90 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ const userConfig = {
'header-max-length': [2, 'always', 108],
'scope-enum': [0],
'subject-case': [2, 'always', 'lower-case'],
'subject-case': [0],
'subject-empty': [2, 'never'],
'type-empty': [2, 'never'],
/**