Skip to content

Commit 784b853

Browse files
authored
refactor(commitlint): remove subject-case rule (#94)
refactor(commitlint): simplify configuration by removing subject-case rule
1 parent 11e57cc commit 784b853

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

commitlint.config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
module.exports = {
2-
extends: ['@commitlint/config-conventional'],
3-
rules: {
4-
'subject-case': [
5-
2,
6-
'always',
7-
['sentence-case', 'start-case', 'pascal-case', 'upper-case', 'lower-case'],
8-
]
9-
}
2+
extends: ['@commitlint/config-conventional']
103
};

0 commit comments

Comments
 (0)