diff --git a/server/.eslintrc.json b/server/.eslintrc.json index aeec0a18..e0f785c7 100644 --- a/server/.eslintrc.json +++ b/server/.eslintrc.json @@ -7,11 +7,7 @@ "extends": [ "standard-with-typescript" ], - "globals": { - "Atomics": "readonly", - "SharedArrayBuffer": "readonly", - "BUILD": true - }, + "globals": {}, "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 2018,