Browse Source

add noVar rule

Yuki Takei 4 months ago
parent
commit
44b4229b8e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      biome.json

+ 1 - 0
biome.json

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