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" } } },