From b3b9b9c09d47e336796051774a23700089a83ef9 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sun, 16 Jun 2024 17:33:44 -0400 Subject: [PATCH] build: update lint-staged to ignore html --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8ae53ca8..240e2139c 100644 --- a/package.json +++ b/package.json @@ -154,6 +154,6 @@ }, "packageManager": "pnpm@9.3.0", "lint-staged": { - "*.{html,js,json,ts,tsx}": "biome format --fix" + "*.{js,json,ts,tsx}": "biome format --fix" } }