From b235293f39c3dad314afd8420aa412801d08e0f0 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:20:06 -0400 Subject: [PATCH] chore: fix json parsing with biome --- biome.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/biome.json b/biome.json index b20802b9..0d4a46f4 100644 --- a/biome.json +++ b/biome.json @@ -13,6 +13,11 @@ "indentWidth": 2, "indentStyle": "space" }, + "json": { + "parser": { + "allowComments": true + } + }, "javascript": { "formatter": { "arrowParentheses": "asNeeded",