Corrected TypeScript rules
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
0aef29fcbe
commit
65d843d5c2
@ -133,7 +133,7 @@
|
||||
"error"
|
||||
],
|
||||
"@typescript-eslint/no-unsafe-member-access": [
|
||||
"error"
|
||||
"warn"
|
||||
],
|
||||
"@typescript-eslint/no-unsafe-return": [
|
||||
"error"
|
||||
@ -167,7 +167,7 @@
|
||||
"error"
|
||||
],
|
||||
"@typescript-eslint/prefer-readonly-parameter-types": [
|
||||
"error",
|
||||
"warn",
|
||||
{
|
||||
"checkParameterProperties": true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user