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": {