Skip to content

Commit 9e44037

Browse files
committed
chore: adjust commitlint config
1 parent 8e4254f commit 9e44037

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

commitlint.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
const config = require('@commitlint/config-angular')
12
module.exports = {
23
extends: ['@commitlint/config-angular'],
4+
rules: {
5+
'type-enum': [2, 'always', [...config.rules['type-enum'][2], 'chore']],
6+
},
37
}

0 commit comments

Comments
 (0)