Skip to content

Commit

Permalink
chore: commitlintの設定を調整する (#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiM authored Jan 30, 2023
1 parent e5cc491 commit 006fd98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [0],
}
}

0 comments on commit 006fd98

Please sign in to comment.