From bc8b8e3b15c0032544ce0178186533f92a3c9fc8 Mon Sep 17 00:00:00 2001 From: Szepesi Tibor Date: Thu, 5 Sep 2024 01:07:13 +0200 Subject: [PATCH] Fix typo --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index a96ac2d..5ba2417 100644 --- a/biome.json +++ b/biome.json @@ -20,7 +20,7 @@ }, "javascript": { "formatter": { - "trailingComma": "es5", + "trailingCommas": "es5", "arrowParentheses": "always", "quoteStyle": "single", "jsxQuoteStyle": "double",