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