Skip to content

Commit

Permalink
Merge pull request #367 from layer5io/356-change-subject-case-to-never
Browse files Browse the repository at this point in the history
chore(repo): change subject-case rule to never
  • Loading branch information
nebula-aac authored Nov 20, 2023
2 parents 4b3dbf1 + 5f61032 commit 7f7b991
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
module.exports = {extends: ['@commitlint/config-conventional']}
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [0, 'never']
}
};

0 comments on commit 7f7b991

Please sign in to comment.