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"