From ad193ec612cf3110ed847b7cb2fedb0b1080ef86 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 9 Jan 2022 12:51:44 +0100 Subject: build: Disable single-run eslint-typescript MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/typescript-eslint/typescript-eslint/issues/3851 Also upgrades dependencies and simplifies eslint config (used during debugging this issue to eliminate other possible sources of errors.) Signed-off-by: Kristóf Marussy --- packages/shared/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/shared/tsconfig.json') diff --git a/packages/shared/tsconfig.json b/packages/shared/tsconfig.json index 79889d2..3e6c6ff 100644 --- a/packages/shared/tsconfig.json +++ b/packages/shared/tsconfig.json @@ -9,6 +9,7 @@ }, "include": [ "src/**/*.ts", + ".eslintrc.cjs", "esbuild.config.js" ] } -- cgit v1.2.3-54-g00ecf