diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 93cef4a7..d5a68eb9 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -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,