Skip to content

Commit

Permalink
feat: Add commitlint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjuaneight committed Apr 25, 2023
1 parent 838386c commit dce1e84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/configs/commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [2, 'always', 'sentence-case'],
'subject-full-stop': [0, 'never', ''],
},
};

0 comments on commit dce1e84

Please sign in to comment.