Skip to content

Commit

Permalink
fix: remove start-case restriction in scope-case
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC committed Sep 28, 2023
1 parent 089c36b commit f409914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commitlint-config/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-case': [2, 'never', ['start-case', 'sentence-case']],
'scope-case': [2, 'never', ['sentence-case']],
'body-max-line-length': [0],
},
};

0 comments on commit f409914

Please sign in to comment.