diff --git a/templates/commitlint.config.js b/templates/commitlint.config.js index ede6e23..4e85795 100644 --- a/templates/commitlint.config.js +++ b/templates/commitlint.config.js @@ -12,7 +12,7 @@ const Configuration = { 'subject-full-stop': [2, 'never', '.'], 'type-case': [2, 'always', 'lower-case'], 'type-empty': [2, 'never'], - 'type-enum': [ + 'type-enum': [2, 'always', [ 'build', 'chore', 'ci', @@ -24,6 +24,7 @@ const Configuration = { 'revert', 'style', 'test', + ] ], }, };