From 254fa6e3c5d53a024994411ce40362d16d33f387 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 7 Apr 2021 18:29:17 +0200 Subject: [PATCH] Fix unused options. --- server/.eslintrc.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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,