fix(typescript): no-explicit-any
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
3c92284822
commit
5d9c8c8b4e
@ -80,7 +80,7 @@
|
|||||||
"@typescript-eslint/no-explicit-any": [
|
"@typescript-eslint/no-explicit-any": [
|
||||||
"warn",
|
"warn",
|
||||||
{
|
{
|
||||||
"fixToUnknown": false,
|
"fixToUnknown": true,
|
||||||
"ignoreRestArgs": false
|
"ignoreRestArgs": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user