Skip to content

Commit 4f7d4ef

Browse files
committed
chore: update pre-commit hooks to enable type linting and comment out existing lint command
1 parent dd91abd commit 4f7d4ef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lefthook.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ run = "pnpm run build:docs"
2121
[pre-commit.commands."format:check"]
2222
run = "pnpm run format:check"
2323

24-
[pre-commit.commands.lint]
25-
run = "pnpm run lint"
24+
# [pre-commit.commands.lint]
25+
# run = "pnpm run lint"
26+
27+
[pre-commit.commands."lint:type"]
28+
run = "pnpm run lint:type"
2629

2730
[pre-commit.commands.add]
2831
run = "git add ."

0 commit comments

Comments
 (0)