Skip to content

Commit

Permalink
refactor(commitlint): remove subject-case rule (#94)
Browse files Browse the repository at this point in the history
refactor(commitlint): simplify configuration by removing subject-case rule
  • Loading branch information
chimpdev authored Oct 23, 2024
1 parent 11e57cc commit 784b853
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [
2,
'always',
['sentence-case', 'start-case', 'pascal-case', 'upper-case', 'lower-case'],
]
}
extends: ['@commitlint/config-conventional']
};

0 comments on commit 784b853

Please sign in to comment.