ソースを参照

add useAwait rule

Yuki Takei 4 ヶ月 前
コミット
dc03a7fff1
1 ファイル変更2 行追加1 行削除
  1. 2 1
      biome.json

+ 2 - 1
biome.json

@@ -65,7 +65,8 @@
       },
       "suspicious": {
         "noConsole": "error",
-        "noAlert": "error"
+        "noAlert": "error",
+        "useAwait": "warn"
       },
       "performance": {
         "noAwaitInLoops": "warn"