From f0298072eab1e821e03971c8735b2f789f689133 Mon Sep 17 00:00:00 2001 From: kawanet Date: Mon, 14 Dec 2020 18:49:17 +0900 Subject: [PATCH] fix: error 'Promise' is not defined --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index ead7874..24f122c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,6 +17,9 @@ "always" ] }, + "globals": { + "Promise": "readonly" + }, "env": { "node": true, "browser": true