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,