From 957b47b4b6d3f3dd88bc6d33c9e11a4c95a1f278 Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Fri, 16 Feb 2024 11:45:23 +0200 Subject: [PATCH] chore: update prettier ignore to include "dist/**" directory --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 1a1f27f6f..c05a337aa 100644 --- a/biome.json +++ b/biome.json @@ -7,7 +7,7 @@ "indentWidth": 2, "indentStyle": "space", "lineWidth": 120, - "ignore": ["ios/**", "android/**", "node_modules/**", ".expo/**", "app.json", "eas.json"] + "ignore": ["dist/**", "ios/**", "android/**", "node_modules/**", ".expo/**", "app.json", "eas.json"] }, "linter": { "enabled": true,