Corrected TypeScript rules
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user