Skip to content

Commit

Permalink
chore: convert commitlintrc.js to mjs
Browse files Browse the repository at this point in the history
Refs HAUKI-669
  • Loading branch information
nicobav committed Dec 2, 2024
1 parent c886066 commit 114f25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .commitlintrc.js → .commitlintrc.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
extends: [
'@commitlint/config-conventional'
],
Expand Down

0 comments on commit 114f25e

Please sign in to comment.