From e02da7c9de5a9e84360e50e5f3700cebefbb44c3 Mon Sep 17 00:00:00 2001 From: Rami Lukata <32602478+rlukata@users.noreply.github.com> Date: Fri, 24 May 2024 10:21:06 -0700 Subject: [PATCH] Update biome.base.jsonc Use trailingComma instead of trailingCommas --- biome.base.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.base.jsonc b/biome.base.jsonc index ed2f854..64a6c3e 100644 --- a/biome.base.jsonc +++ b/biome.base.jsonc @@ -79,7 +79,7 @@ "jsxQuoteStyle": "double", "quoteStyle": "double", "quoteProperties": "asNeeded", - "trailingCommas": "all", + "trailingComma": "all", "semicolons": "always", "bracketSpacing": true, "bracketSameLine": false,