Skip to content

Commit

Permalink
added commitlint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
JZhang502 committed Nov 29, 2023
1 parent 6133894 commit 0f835b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-empty': [1, 'always'],
'type-empty': [1, 'always'],
},
};

0 comments on commit 0f835b1

Please sign in to comment.