From ffde1b69d45ae46ffd11c3061ba3a15e08bb836a Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Wed, 10 Jul 2024 14:23:55 +0100 Subject: [PATCH] chore: switch biome to `check` and add `--no-errors-on-unmatched` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f19275966..5e8680b78 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ }, "packageManager": "pnpm@9.5.0", "lint-staged": { - "*.{js,json,ts,tsx}": "biome format --fix", + "*": "biome check --fix --no-errors-on-unmatched", "*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests" } }