Explorar el Código

add useAwait rule

Yuki Takei hace 4 meses
padre
commit
dc03a7fff1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"