Skip to content

Commit

Permalink
build: migrate commitlint to .ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VdustR committed Feb 18, 2024
1 parent efcf09e commit 4410d5c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 deletions.
1 change: 0 additions & 1 deletion commitlint.config.cjs

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"],
};

export default config;
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@antfu/eslint-config": "^2.6.4",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/types": "^18.6.1",
"@eslint/eslintrc": "^3.0.0",
"@repo/app": "workspace:*",
"@repo/build": "workspace:*",
Expand Down
29 changes: 16 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 4410d5c

Please sign in to comment.