From 3a3ab167af45c26f1863ca364bb505885cef10d9 Mon Sep 17 00:00:00 2001 From: Charles Lyding Date: Mon, 2 Jan 2017 00:49:50 -0500 Subject: [PATCH] fix: remove tslint rule that requires type info tslint rules that require type info can cause problems in editors (vscode in particular). See https://github.com/Microsoft/vscode-tslint/issues/70 --- packages/angular-cli/blueprints/ng2/files/tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/angular-cli/blueprints/ng2/files/tslint.json b/packages/angular-cli/blueprints/ng2/files/tslint.json index 2a8f2f212656..5a407126ed90 100644 --- a/packages/angular-cli/blueprints/ng2/files/tslint.json +++ b/packages/angular-cli/blueprints/ng2/files/tslint.json @@ -46,7 +46,6 @@ "no-empty-interface": true, "no-eval": true, "no-inferrable-types": true, - "no-inferred-empty-object-type": true, "no-shadowed-variable": true, "no-string-literal": false, "no-string-throw": true,