From b4599577afbe2c5a5a941db387bd38607a464f95 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:54:04 +0900 Subject: [PATCH] no-await-in-loop off --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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,