From c7dd6dba7831292dbd287607db0164697af4b745 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Sat, 2 Jan 2021 23:52:51 +0100 Subject: [PATCH] chore: Let the linter detect unused locals. --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 14f116e42..1b443071a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "incremental": true, "inlineSources": true, "newLine": "lf", - "noUnusedLocals": true, "outDir": "dist", "preserveConstEnums": true, "sourceMap": true,