From d2a7362409e19b9d8d31207a4fb8f396db1ce74f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 04:07:47 +0000 Subject: [PATCH] Update biome.json to include YAML files for formatting and linting Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/0135e20e-9827-4b0b-a80e-2170131cec1b Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 87c2b9b1..f62af16e 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,7 @@ { "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", "files": { - "includes": ["**/*.json", "**/*.njk"] + "includes": ["**/*.json", "**/*.njk", "**/*.yaml", "**/*.yml"] }, "linter": { "enabled": true,