Skip to content

Commit 2fb071f

Browse files
filipesilvaZhicheng Wang
authored and
Zhicheng Wang
committed
fix(@angular/cli): use correct tslint rule args (angular#4662)
Fix angular#4648
1 parent 07c419e commit 2fb071f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/blueprints/ng2/files/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"no-empty": false,
4747
"no-empty-interface": true,
4848
"no-eval": true,
49-
"no-inferrable-types": true,
49+
"no-inferrable-types": [true, "ignore-params"],
5050
"no-shadowed-variable": true,
5151
"no-string-literal": false,
5252
"no-string-throw": true,

0 commit comments

Comments
 (0)