From c6fe8d70630533bc4adfab7fcc03ccb0bf11eab8 Mon Sep 17 00:00:00 2001 From: thepassle Date: Wed, 7 Aug 2024 19:38:55 +0200 Subject: [PATCH] chore: biome ignore types --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index a492402..a4a8d16 100644 --- a/biome.json +++ b/biome.json @@ -4,7 +4,7 @@ "enabled": true }, "files": { - "ignore": ["node_modules/*", "test/fixtures/*"] + "ignore": ["node_modules/*", "test/fixtures/*", "types/*"] }, "javascript": { "formatter": {