From e5fedee06bf5f5d8a7e2dd04313b9097214fd1f1 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Thu, 4 Feb 2016 16:01:05 +0100 Subject: [PATCH] Enabled more tslint rules --- tslint.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tslint.json b/tslint.json index 24fe5437d79..0e4d927ce25 100644 --- a/tslint.json +++ b/tslint.json @@ -3,6 +3,14 @@ "no-unused-expression": true, "no-unreachable": true, "no-duplicate-variable": true, + "no-duplicate-key": true, + "no-unused-variable": true, + "curly": true, + "class-name": true, + "semicolon": true, + "no-unnecessary-semicolons": true, + "triple-equals": true, + "no-duplicate-case": true, "no-unexternalized-strings": [ true, { -- GitLab