Browse Source

add noVar rule

Yuki Takei 5 tháng trước cách đây
mục cha
commit
44b4229b8e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      biome.json

+ 1 - 0
biome.json

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