Skip to content

Commit

Permalink
chore: add commitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
techsavvyash committed Jul 16, 2024
1 parent 6b1fc7f commit 49bd406
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
['ci', 'chore', 'docs', 'ticket', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style'],
],
},
};

0 comments on commit 49bd406

Please sign in to comment.