Skip to content

Commit 16bceee

Browse files
authored
fix(@angular/cli): use correct tslint rule args (#4662)
Fix #4648
1 parent 3a85ffc commit 16bceee

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)