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",