no-await-in-loop off

This commit is contained in:
pypy
2021-01-21 12:54:04 +09:00
parent 35652c15e1
commit b4599577af
+1
View File
@@ -42,6 +42,7 @@ module.exports = {
'multiline-comment-style': 0, 'multiline-comment-style': 0,
'newline-per-chained-call': 0, 'newline-per-chained-call': 0,
'new-cap': 0, 'new-cap': 0,
'no-await-in-loop': 0,
'no-bitwise': 0, 'no-bitwise': 0,
'no-console': 0, 'no-console': 0,
'no-continue': 0, 'no-continue': 0,