From 4af2d1ed41524a973759ce6ad4c3afe421bec3b8 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 27 Aug 2018 07:26:00 -0700 Subject: [PATCH] Remove duplicate triple-equals rule --- tslint.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tslint.json b/tslint.json index 5dac55d6..40e26fcf 100644 --- a/tslint.json +++ b/tslint.json @@ -59,10 +59,7 @@ "esSpecCompliant": true } ], - "triple-equals": [ - true, - "allow-null-check" - ], + "triple-equals": true, "typedef-whitespace": [ true, { @@ -111,7 +108,6 @@ "prefer-const-enum": [ true ], - "prefer-const": true, - "triple-equals": true + "prefer-const": true } }