ts-lint: do not warn if properties or parameters define inferrable type
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user