diff --git a/biome.json b/biome.json index 998a586a..ff4fc495 100644 --- a/biome.json +++ b/biome.json @@ -11,7 +11,7 @@ "indentStyle": "space", "indentWidth": 2, "lineWidth": 108, - "ignore": ["./src/graphql/schema"] + "ignore": ["./src/graphql/schema", "./gen"] }, "javascript": { "formatter": {