From 02d53eb1f2dbcd10a2145f93faadf59045fcd9a8 Mon Sep 17 00:00:00 2001 From: Sam Huynh Date: Sun, 28 Jul 2024 00:12:29 +1000 Subject: [PATCH] chore: update biome lint staged to also apply fixes --- .lintstagedrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc.json b/.lintstagedrc.json index f0b344d7..4826db07 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,3 +1,3 @@ { - "*.{ts,js}": ["biome check --no-errors-on-unmatched", "biome format --write --no-errors-on-unmatched"] + "*.{ts,js}": ["biome check --write --no-errors-on-unmatched", "biome format --write --no-errors-on-unmatched"] }