From c22706efe961477154cd7046dc0ddac56e3fa70f Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Fri, 15 Jan 2016 14:45:30 +0100 Subject: [PATCH] changed the default rules --- tslint.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 1092f728939..7aad3601098 100644 --- a/tslint.json +++ b/tslint.json @@ -1,5 +1,7 @@ { "rules": { - "no-unused-variable": true + "no-unused-expression": true, + "no-unreachable": true, + "no-duplicate-variable": true } } \ No newline at end of file -- GitLab