From 8a2ebb3ef45223fb48035c04c253e73c6239dead Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Sun, 23 Feb 2025 14:25:21 -0500 Subject: [PATCH] re-enable this for compile time --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a30127d..0f40c53 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ /* Linting */ "strict": true, - // "noUnusedLocals": true, + "noUnusedLocals": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "noImplicitAny": true,