From 815a14ee8d8b3dee46a494ae7e81ba18fa6211ba Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Tue, 2 Apr 2024 19:56:44 +0700 Subject: [PATCH] chore(lint): remove `md` and `yml` files from checks --- lefthook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lefthook.yml b/lefthook.yml index 8b6eb11..c2581aa 100755 --- a/lefthook.yml +++ b/lefthook.yml @@ -3,7 +3,7 @@ pre-commit: commands: check: files: git diff --name-only --cached --diff-filter=AM @{push} - glob: "*.{js,ts,json,yml,md}" + glob: "*.{js,ts,json}" run: bunx biome check {files} commit-msg: parallel: false