From c9a0616ffbb14f8b59c78b199fb3c421dded7e17 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 3 May 2026 01:16:37 +1000 Subject: [PATCH 1/2] Remove YAML file types from includes in biome.json https://biomejs.dev/internals/language-support/ Biome does not currently format YAML files but support is in progress --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 4036fa75..281b171f 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,7 @@ { "$schema": "https://biomejs.dev/schemas/2.4.10/schema.json", "files": { - "includes": ["**/*.json", "**/*.njk", "**/*.yaml", "**/*.yml"] + "includes": ["**/*.json", "**/*.njk"] }, "linter": { "enabled": true, From cc59b17a4b94cea26283032a8a36d3cbdb34fadf Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 3 May 2026 01:25:09 +1000 Subject: [PATCH 2/2] Update biome.json --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 281b171f..13c102cc 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,7 @@ { "$schema": "https://biomejs.dev/schemas/2.4.10/schema.json", "files": { - "includes": ["**/*.json", "**/*.njk"] + "includes": ["**/*.json"] }, "linter": { "enabled": true,