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,