1
0

ts-lint: do not warn if properties or parameters define inferrable type

This commit is contained in:
Michael Hoennig
2019-04-09 13:19:57 +02:00
parent c6d40c8219
commit 933e4f3d3d
2 changed files with 12 additions and 31 deletions

View File

@ -19,7 +19,7 @@
"no-duplicate-variable": true,
"no-empty": false,
"no-eval": true,
"no-inferrable-types": [true],
"no-inferrable-types": [true, "ignore-params", "ignore-properties"],
"no-shadowed-variable": true,
"no-string-literal": false,
"no-switch-case-fall-through": true,