Skip to content

Commit

Permalink
chore: convert commitlint to typescript file
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Feb 16, 2024
1 parent 72451bb commit 7f28d13
Show file tree
Hide file tree
Showing 4 changed files with 9 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type { UserConfig } from "@commitlint/types";

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

module.exports = config;
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/types": "^18.6.1",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.1",
"@swc/jest": "^0.2.36",
Expand Down

0 comments on commit 7f28d13

Please sign in to comment.