Skip to content

Commit

Permalink
chore: 🤖 Commitlint config in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
luciob committed Oct 20, 2023
1 parent 0761425 commit 6aaf970
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions commitlint.config.js

This file was deleted.

8 changes: 8 additions & 0 deletions commitlint.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import type { UserConfig } from "@commitlint/types";

const configuration: UserConfig = {
extends: ["@commitlint/config-conventional"],
ignores: [(message) => message.startsWith("chore(release)")],
};

export default configuration;

0 comments on commit 6aaf970

Please sign in to comment.