Disable no-await-in-loop.
This commit is contained in:
parent
9069280c83
commit
6fdc66e727
|
@ -38,6 +38,7 @@
|
|||
}
|
||||
],
|
||||
"rules": {
|
||||
"no-await-in-loop": "off",
|
||||
"quotes": [
|
||||
"error",
|
||||
"double"
|
||||
|
|
Loading…
Reference in New Issue