ソースを参照

add noVar rule

Yuki Takei 5 ヶ月 前
コミット
44b4229b8e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      biome.json

+ 1 - 0
biome.json

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