Przeglądaj źródła

add useAwait rule

Yuki Takei 3 miesięcy temu
rodzic
commit
dc03a7fff1
1 zmienionych plików z 2 dodań i 1 usunięć
  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"