From 29ff3f10e367d6a2ae15fb4254f4073541559c65 Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Wed, 30 Nov 2016 02:10:31 +0100 Subject: [PATCH] Update eslint env [ci skip] --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6d4d71040..7e00ecff2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,7 +1,7 @@ { "env": { "node": true, - "shared-node-browser": true + "browser": true }, "globals": { "Uint8Array": true,