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"] }