Skip to content

Commit

Permalink
feat: change commitlint config from JS to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Jan 6, 2024
1 parent aff3b27 commit 6509805
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion commitlint.config.js

This file was deleted.

7 changes: 7 additions & 0 deletions commitlint.config.ts
@@ -0,0 +1,7 @@
import type { UserConfig } from '@commitlint/types';

const Configuration: UserConfig = {
extends: ['@commitlint/config-conventional'],
};

export default Configuration;

0 comments on commit 6509805

Please sign in to comment.