Skip to content

Commit

Permalink
fix(lint): remove tslint rule that requires type info (#3818)
Browse files Browse the repository at this point in the history
tslint rules that require type info can cause problems in editors (vscode in particular).  See https://github.com/Microsoft/vscode-tslint/issues/70
  • Loading branch information
clydin authored and hansl committed Jan 3, 2017
1 parent 212f294 commit 1555c2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/angular-cli/blueprints/ng2/files/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1555c2b

Please sign in to comment.