Skip to content

Commit

Permalink
chore: change commitlint config to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Jun 27, 2024
1 parent 8a187c6 commit 67da08a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { extends: ['@commitlint/config-conventional'] };
module.exports = { extends: ['@commitlint/config-conventional'] }

0 comments on commit 67da08a

Please sign in to comment.