From 36be338855b0112387bb3a77549a90f7dbfa59dd Mon Sep 17 00:00:00 2001 From: Mona Mayrhofer Date: Fri, 22 Nov 2024 13:32:12 +0100 Subject: [PATCH] improve biome.json --- biome.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 6dd8fbc..e216e55 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.2/schema.json", "organizeImports": { "enabled": true }, @@ -14,6 +14,9 @@ "recommended": true, "complexity": { "useLiteralKeys": "off" + }, + "style": { + "useDefaultSwitchClause": "error" } } },