Skip to content

Commit

Permalink
chore: use export default instead of module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Feb 16, 2024
1 parent 7f28d13 commit bb7df3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ const config: UserConfig = {
extends: ["@commitlint/config-conventional"],
};

module.exports = config;
export default config;

0 comments on commit bb7df3f

Please sign in to comment.