From 369ac4128da88a81312d6a797c77f16e306ef526 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 4 Apr 2026 15:09:00 +1000 Subject: [PATCH] Configure biome --- biome.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/biome.json b/biome.json index ccec46ee..4036fa75 100644 --- a/biome.json +++ b/biome.json @@ -1,13 +1,7 @@ { "$schema": "https://biomejs.dev/schemas/2.4.10/schema.json", "files": { - "includes": [ - "**/*.json", - "**/*.njk", - "**/*.yaml", - "**/*.yml", - "src/assets/js/**/*.js" - ] + "includes": ["**/*.json", "**/*.njk", "**/*.yaml", "**/*.yml"] }, "linter": { "enabled": true,