From 5ce9e24bff8569356c22089eb5f2c3e48b57fe8d Mon Sep 17 00:00:00 2001 From: Nicolas Hedger Date: Tue, 19 Sep 2023 08:14:47 +0200 Subject: [PATCH] chore: configure biome --- biome.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome.json b/biome.json index eed16bc..f1d05d8 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,8 @@ { "$schema": "https://biomejs.dev/schemas/1.2.2/schema.json", + "files": { + "ignore": ["node_modules/**/*", "dist/**/*"] + }, "organizeImports": { "enabled": true },