From 037e38329a36a7484aeb82d945a5389334db9b6f Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Thu, 14 Oct 2021 16:13:16 -0500 Subject: [PATCH] fix: linting errors (#43871) --- client/tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index 7dff098671..e2eb106f61 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -1,11 +1,7 @@ { "include": ["./i18n/**/*", "./plugins/**/*", "./src/**/*", "./utils/**/*"], "compilerOptions": { - "lib": [ - "WebWorker", - "DOM", - "DOM.Iterable" - ], + "lib": ["WebWorker", "DOM", "DOM.Iterable"], "target": "es2020", "module": "es2020", "moduleResolution": "node",