From 13f1ab233dec7933e0c11b0431a05bfe4c41249b Mon Sep 17 00:00:00 2001 From: acerasino Date: Mon, 18 Feb 2019 16:00:29 +0100 Subject: [PATCH] #11 add nowait rule in eslint --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index f9da25d..28bcede 100644 --- a/.eslintrc +++ b/.eslintrc @@ -9,6 +9,7 @@ "error", 120 ], + "no-await-in-loop": "off", "no-shadow": "off", "no-underscore-dangle": "off", "object-curly-newline": [