Skip to content

Commit e955d62

Browse files
committed
build: update rules
1 parent afa9794 commit e955d62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commitlint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module.exports = {
22
extends: ['@commitlint/config-angular'],
33
'rules': {
4+
'type-empty': [0, 'always'],
5+
'subject-empty': [0, 'always'],
46
'type-case': [2, 'always', 'lower-case'],
57
'scope-case': [0, 'always']
68
}

0 commit comments

Comments
 (0)