From 3dffb989b72854426b3ec0252933b7fbafb45e7a Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:34:13 +0200 Subject: [PATCH] chore(biome): fix deprecated field `trailingComma` (#169) --- biome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index a917d34..9481c77 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.4.1/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "extends": [], "files": { "ignoreUnknown": true }, "organizeImports": { @@ -20,7 +20,7 @@ "formatter": { "quoteStyle": "single", "jsxQuoteStyle": "single", - "trailingComma": "all", + "trailingCommas": "all", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }