From 8fa9d2748bf2dd3230cc16871a202c9f763f7ee3 Mon Sep 17 00:00:00 2001 From: webdevbynight Date: Wed, 1 Jul 2026 00:39:56 +0200 Subject: [PATCH] build(biome): remove `linter.rules.recommended` option This option is deprecated since Biome 2.5.0. --- biome.json | 1 - 1 file changed, 1 deletion(-) diff --git a/biome.json b/biome.json index 71b348c..0f99c82 100644 --- a/biome.json +++ b/biome.json @@ -39,7 +39,6 @@ "linter": { "enabled": true, "rules": { - "recommended": true, "correctness": { "noUnusedImports": "error", "noUnusedVariables": {