From 0317dabb0b246862efce8aeef96ff8bebca7f374 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 05:00:05 +0000 Subject: [PATCH] Add .js to biome file includes Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/8fda2b50-7528-4d8f-bb88-edbfbc15b315 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 f62af16e..ab0fc430 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", "**/*.yaml", "**/*.yml"] + "includes": ["**/*.js", "**/*.json", "**/*.njk", "**/*.yaml", "**/*.yml"] }, "linter": { "enabled": true,