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"
|
"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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user