From 4b343521f1db93d4d7d48fd8f8e78b72b893ec9e Mon Sep 17 00:00:00 2001 From: Zastinian Date: Sun, 28 Jul 2024 11:08:39 -0600 Subject: [PATCH] feat: Removed trailingComma --- biome.json | 1 - 1 file changed, 1 deletion(-) diff --git a/biome.json b/biome.json index cbf412d..87f1a99 100644 --- a/biome.json +++ b/biome.json @@ -35,7 +35,6 @@ "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", - "trailingComma": "all", "semicolons": "always", "arrowParentheses": "always", "bracketSpacing": true,