diff --git a/biome.jsonc b/biome.jsonc index 4b9b3957..4bc6644d 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -9,6 +9,9 @@ "linter": { "enabled": true, "rules": { + "correctness": { + "noUnusedImports": "error" + }, "recommended": true, "complexity": { "noForEach": "off"