Commit 0067b18
committed
fix(lint): disable no-await-in-loop on fullnode sync loop
CI's Check Formatting step (yarn prettier:format → eslint --fix) failed
with two no-await-in-loop errors at the polling loop in verifyOnFullnode.
Matches the existing pattern used by the connect-retry loop above.1 parent afc9086 commit 0067b18
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| 404 | + | |
404 | 405 | | |
405 | 406 | | |
406 | 407 | | |
| 408 | + | |
407 | 409 | | |
408 | 410 | | |
409 | 411 | | |
| |||
0 commit comments