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,