From a5917af737abd1ffa2af8d466dc3b8cd10169491 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Wed, 17 Feb 2016 17:20:26 +0100 Subject: [PATCH] Removed some rules to make tslint happy with TS 1.8.0 --- tslint.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tslint.json b/tslint.json index 0e4d927ce25..98135425d75 100644 --- a/tslint.json +++ b/tslint.json @@ -8,15 +8,6 @@ "curly": true, "class-name": true, "semicolon": true, - "no-unnecessary-semicolons": true, - "triple-equals": true, - "no-duplicate-case": true, - "no-unexternalized-strings": [ - true, - { - "signatures": ["localize", "nls.localize"], - "messageIndex": 1 - } - ] + "triple-equals": true } } \ No newline at end of file