diff --git a/.eslintrc.js b/.eslintrc.js index 9f0537a..3deb42f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,8 +1,7 @@ module.exports = { "env": { - "browser": true, + "shared-node-browser": true, "es6": true, - "node": true }, "parser": "@typescript-eslint/parser", "parserOptions": {