chore(biome): JS check: error on undeclared variables/function
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"correctness": {
|
||||
"noUnusedVariables": "warn"
|
||||
"noUnusedVariables": "warn",
|
||||
"noUndeclaredVariables": "error"
|
||||
},
|
||||
"style": {
|
||||
"noDescendingSpecificity": "off"
|
||||
|
||||
Reference in New Issue
Block a user