From 798d1610f048fafd83429b5c4d1addfc1dd581e0 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Fri, 14 Apr 2017 19:52:27 +0900 Subject: [PATCH] Fix tslint.json --- tslint.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tslint.json b/tslint.json index 5ee8df26b..644a7159a 100644 --- a/tslint.json +++ b/tslint.json @@ -69,8 +69,7 @@ "no-switch-case-fall-through": true, "no-unsafe-finally": true, "no-unused-expression": true, - "no-unused-new": true, - "no-use-before-declare": true, + "no-use-before-declare": false, "no-var-keyword": true, "radix": true, "restrict-plus-operands": false,