Explorar el Código

add noVar rule

Yuki Takei hace 5 meses
padre
commit
44b4229b8e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      biome.json

+ 1 - 0
biome.json

@@ -66,6 +66,7 @@
       "suspicious": {
         "noConsole": "error",
         "noAlert": "error",
+        "noVar": "error",
         "useAwait": "warn"
       },
       "performance": {