From f36c62ee92d9d9df2c75a70cad7e103b833fe0a8 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 24 Jan 2025 15:48:09 +0100 Subject: [PATCH] Ignore formatting package.json files --- biome.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biome.json b/biome.json index 5b3843b4e..af0783da6 100644 --- a/biome.json +++ b/biome.json @@ -15,11 +15,13 @@ "translations/**", "policies/**", "crates/**", + "frontend/package.json", "frontend/src/gql/**", "frontend/src/routeTree.gen.ts", "frontend/.storybook/locales.ts", "frontend/.storybook/public/mockServiceWorker.js", "frontend/locales/*.json", + "tools/syn2mas/package.json", "**/coverage/**", "**/dist/**" ]