From deb6b2373b6a60d98418f8413bae5fc715dc6ed9 Mon Sep 17 00:00:00 2001 From: Kim Biesbjerg Date: Thu, 16 Apr 2020 09:06:40 +0200 Subject: [PATCH] Remove noUnusedLocals since they are removed by prettier on commit anyway --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d8ecab5..18743b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "allowSyntheticDefaultImports": true, - "noUnusedLocals": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true,