diff --git a/.eslintrc.json b/.eslintrc.json index 5720bbebf4..f1290b70d1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,15 +9,11 @@ "env": { "browser": true, + "es2017": true, "node": true }, "globals": { - "Map": "readonly", - "Set": "readonly", - "Promise": "readonly", - "Uint8Array": "readonly", - "ArrayBuffer": "readonly", "emit": "readonly", "PouchDB": "readonly" },