We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af7a8a commit 520fb76Copy full SHA for 520fb76
index.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
extends: ['@commitlint/config-conventional'],
3
- 'type-enum': ['feat', 'fix', 'style', 'refactor', 'test', 'revert']
+ 'type-enum': ['feat', 'fix', 'style', 'refactor', 'test', 'revert', 'build']
4
}
0 commit comments