We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd91abd commit 4f7d4efCopy full SHA for 4f7d4ef
lefthook.toml
@@ -21,8 +21,11 @@ run = "pnpm run build:docs"
21
[pre-commit.commands."format:check"]
22
run = "pnpm run format:check"
23
24
-[pre-commit.commands.lint]
25
-run = "pnpm run lint"
+# [pre-commit.commands.lint]
+# run = "pnpm run lint"
26
+
27
+[pre-commit.commands."lint:type"]
28
+run = "pnpm run lint:type"
29
30
[pre-commit.commands.add]
31
run = "git add ."
0 commit comments