no-await-in-loop off

This commit is contained in:
pypy
2021-01-21 12:54:04 +09:00
parent 35652c15e1
commit b4599577af

View File

@@ -42,6 +42,7 @@ module.exports = {
'multiline-comment-style': 0,
'newline-per-chained-call': 0,
'new-cap': 0,
'no-await-in-loop': 0,
'no-bitwise': 0,
'no-console': 0,
'no-continue': 0,