From d4a5ab6f2d79301218f3827ae1d2999acf18152d Mon Sep 17 00:00:00 2001 From: Daniel Kucal Date: Wed, 17 Jan 2018 08:35:34 +0100 Subject: [PATCH] remove deprecated `typeof-compare` typeof-compare is deprecated. Starting from TypeScript 2.2 the compiler includes this check which makes this rule redundant. https://github.com/palantir/tslint/issues/2187 --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index f3d34e7..54339c0 100644 --- a/tslint.json +++ b/tslint.json @@ -63,7 +63,6 @@ "variable-declaration": "nospace" } ], - "typeof-compare": true, "unified-signatures": true, "variable-name": false, "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"],