From f4709fee4bb7ce3ebda8495367b95d527b55ae96 Mon Sep 17 00:00:00 2001 From: "moxey.eth" Date: Wed, 7 Feb 2024 12:09:39 +1100 Subject: [PATCH] chore: biome config --- biome.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index b02b4e8..64196db 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,13 @@ { "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", "files": { - "ignore": ["tsconfig.json", "tsconfig.*.json"] + "ignore": [ + "coverage", + "node_modules", + "src/vendor", + "tsconfig.json", + "tsconfig.*.json" + ] }, "organizeImports": { "enabled": true