We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4254f commit 9e44037Copy full SHA for 9e44037
commitlint.config.js
@@ -1,3 +1,7 @@
1
+const config = require('@commitlint/config-angular')
2
module.exports = {
3
extends: ['@commitlint/config-angular'],
4
+ rules: {
5
+ 'type-enum': [2, 'always', [...config.rules['type-enum'][2], 'chore']],
6
+ },
7
}
0 commit comments