chore(biome): JS check: error on undeclared variables/function

This commit is contained in:
Edouard Vanbelle
2026-04-14 19:03:54 +02:00
parent 6a6c29033b
commit a2e5cfce24
+2 -1
View File
@@ -14,7 +14,8 @@
"rules": {
"recommended": true,
"correctness": {
"noUnusedVariables": "warn"
"noUnusedVariables": "warn",
"noUndeclaredVariables": "error"
},
"style": {
"noDescendingSpecificity": "off"