From 40a470d2e2332de83c00b719d438e057d4cfd583 Mon Sep 17 00:00:00 2001 From: takumi-hatta-dig Date: Thu, 6 Jun 2024 12:11:56 +0900 Subject: [PATCH] update biome.json --- biome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index aec205b..3d8c444 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", "vcs": { "enabled": true, "clientKind": "git", @@ -25,7 +25,7 @@ "enabled": true, "quoteStyle": "single", "jsxQuoteStyle": "single", - "trailingComma": "all", + "trailingCommas": "all", "semicolons": "always", "arrowParentheses": "always", "quoteProperties": "asNeeded"