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,