From 539d482f714f93eacb40ae2d3c20e82e2d553d91 Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 4 Oct 2024 16:48:35 -0500 Subject: [PATCH] chore: Remove TS `compilerOptions.noUnusedLocals` because Oxlint already does it (#1047) --- tsconfig.base.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 1dbd78cf..78d6cbc9 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -11,9 +11,6 @@ "strict": true, "lib": ["DOM", "WebWorker", "ESNext"], - /* Linting */ - "noUnusedLocals": true, - /* Completeness */ "skipLibCheck": true }