From 5d834d36db6d5c43d3eeee3d90388684a5c3ed1e Mon Sep 17 00:00:00 2001 From: Noah Manneschmidt Date: Fri, 29 Mar 2024 03:21:56 +0000 Subject: [PATCH] Remove some pedantic tsc linting --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ef8b31e..21e53c9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,9 +17,6 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true }, "include": ["ui/", "sdk/"], "references": [{ "path": "./tsconfig.node.json" }]