diff --git a/test/e2e/.eslintrc b/test/e2e/.eslintrc index a5157382..78fe9cc2 100644 --- a/test/e2e/.eslintrc +++ b/test/e2e/.eslintrc @@ -4,7 +4,8 @@ "strict": 0, "no-console": 0, "comma-dangle": 0, - "arrow-body-style": 0 + "arrow-body-style": 0, + "no-await-in-loop": 0 }, "env": { "mocha": true