From b52caa0c8811055ac7634363cf82c883fcc271b8 Mon Sep 17 00:00:00 2001 From: ShaMan123 Date: Thu, 12 May 2022 09:53:19 +0300 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 22b337c2af2..8278e7a1dbb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,6 +7,7 @@ }, "globals": { "Promise": true, + "async": true, "define": true, "eventjs": true, "exports": true,