We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa9794 commit e955d62Copy full SHA for e955d62
commitlint.config.js
@@ -1,6 +1,8 @@
1
module.exports = {
2
extends: ['@commitlint/config-angular'],
3
'rules': {
4
+ 'type-empty': [0, 'always'],
5
+ 'subject-empty': [0, 'always'],
6
'type-case': [2, 'always', 'lower-case'],
7
'scope-case': [0, 'always']
8
}
0 commit comments