Skip to content

Commit

Permalink
fix(@angular/cli): use correct tslint rule args (#4662)
Browse files Browse the repository at this point in the history
Fix #4648
  • Loading branch information
filipesilva authored Feb 13, 2017
1 parent 3a85ffc commit 16bceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@
"no-empty": false,
"no-empty-interface": true,
"no-eval": true,
"no-inferrable-types": true,
"no-inferrable-types": [true, "ignore-params"],
"no-shadowed-variable": true,
"no-string-literal": false,
"no-string-throw": true,
Expand Down

0 comments on commit 16bceee

Please sign in to comment.