From c2c0a57a59e3bf722c681965ed96b58950e8c059 Mon Sep 17 00:00:00 2001 From: Quinn Turner Date: Thu, 2 May 2024 15:50:56 -0300 Subject: [PATCH] Clean up biome config --- biome.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index afbc62d..7cc24d3 100644 --- a/biome.json +++ b/biome.json @@ -1,8 +1,11 @@ { - "$schema": "https://biomejs.dev/schemas/1.4.0/schema.json", + "$schema": "https://biomejs.dev/schemas/1.7.2/schema.json", "organizeImports": { "enabled": true }, + "files": { + "ignore": ["**/node_modules/**", "**/dist/**", "**/coverage/**"] + }, "linter": { "enabled": true, "rules": {