Skip to content

Commit

Permalink
chore: Set title case commit to warning (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco authored Apr 6, 2023
1 parent 2857ae4 commit 13468d0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [
1,
'never',
['sentence-case', 'start-case', 'pascal-case', 'upper-case'],
],
},
};

0 comments on commit 13468d0

Please sign in to comment.