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,