diff --git a/biome.json b/biome.json index 7f0377a0..20ba54c3 100644 --- a/biome.json +++ b/biome.json @@ -14,7 +14,8 @@ "rules": { "recommended": true, "correctness": { - "noUnusedVariables": "warn" + "noUnusedVariables": "warn", + "noUndeclaredVariables": "error" }, "style": { "noDescendingSpecificity": "off"