From 2b8426430945fca5b5b45ec10668d21e679685d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Hern=C3=A1ndez=20Serrano?= Date: Sat, 20 Apr 2019 22:31:54 +0200 Subject: [PATCH] .eslint browser support --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 9bb7d2e..ffbf9aa 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,7 @@ { "env": { "node": true, + "browser": true, "mocha": true, "worker": true }, @@ -30,7 +31,6 @@ }, "globals": { "BigInt": "readonly", - "window": "readonly", "Uint8Array": "readonly" } } \ No newline at end of file