1
Fork 0

Disable no-await-in-loop.

This commit is contained in:
Bauke 2023-06-06 14:12:58 +02:00
parent 9069280c83
commit 6fdc66e727
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
}
],
"rules": {
"no-await-in-loop": "off",
"quotes": [
"error",
"double"