Skip to content

Commit

Permalink
chore: fix type in commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
codenaz committed Mar 5, 2023
1 parent d4841b9 commit b99770f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ['@comitlint/config-conventional'],
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
Expand Down

0 comments on commit b99770f

Please sign in to comment.