Corrected TypeScript rules

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-18 12:07:33 +04:00
parent 0aef29fcbe
commit 65d843d5c2

View File

@ -133,7 +133,7 @@
"error" "error"
], ],
"@typescript-eslint/no-unsafe-member-access": [ "@typescript-eslint/no-unsafe-member-access": [
"error" "warn"
], ],
"@typescript-eslint/no-unsafe-return": [ "@typescript-eslint/no-unsafe-return": [
"error" "error"
@ -167,7 +167,7 @@
"error" "error"
], ],
"@typescript-eslint/prefer-readonly-parameter-types": [ "@typescript-eslint/prefer-readonly-parameter-types": [
"error", "warn",
{ {
"checkParameterProperties": true "checkParameterProperties": true
} }