Browse Source

add useAwait rule

Yuki Takei 4 months ago
parent
commit
dc03a7fff1
1 changed files with 2 additions and 1 deletions
  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"