Skip to content

Commit

Permalink
chore(commitlint): extend config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jan 21, 2024
1 parent 9e61c21 commit dddfd70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .commitlintrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ const commitlintConfig: UserConfig = {
extends: ['@commitlint/config-conventional'],
};

module.exports = commitlintConfig;
// eslint-disable-next-line import/no-default-export
export default commitlintConfig;

0 comments on commit dddfd70

Please sign in to comment.