fix(@angular/cli): use correct tslint rule args (#4662)

Fix #4648
This commit is contained in:
Filipe Silva 2017-02-13 17:12:19 +00:00 committed by GitHub
parent 3a85ffcf12
commit 16bceee86e

View File

@ -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,