From be28aa2fe5d28a4618bf57c6d136d38bea93e7f7 Mon Sep 17 00:00:00 2001 From: Sondre Alfnes <60832802+sondrealf@users.noreply.github.com> Date: Thu, 17 Oct 2024 01:23:38 +0200 Subject: [PATCH] Deprecated linting fix (#1049) --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 987fb15c2..fd3330d9f 100644 --- a/biome.json +++ b/biome.json @@ -19,7 +19,7 @@ }, "javascript": { "formatter": { - "trailingComma": "es5", + "trailingCommas": "es5", "semicolons": "asNeeded", "lineWidth": 120, "quoteProperties": "asNeeded"