From 088f61a6172ddc5a0c5dd28256c0050c7d5c0548 Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 4 Feb 2024 14:21:04 +0300 Subject: [PATCH] sorted imports --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {