diff --git a/biome.json b/biome.json index 86b2b92..f8103ba 100644 --- a/biome.json +++ b/biome.json @@ -17,6 +17,10 @@ "enabled": true, "rules": { "recommended": true, + "correctness": { + "noUnusedImports": "warn", + "noUnusedVariables": "warn" + }, "complexity": { "noExcessiveCognitiveComplexity": "error" },