You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should already be throwing warnings unless we disabled it explicitly.
We should:
Change the level to error
Remove all possible eslint-ignore lines which currently disable this rule
Remove all usages of any
We have quite a few, so i expect this'll be a sizeable change.
There will inevitably be some we have to keep around, too, because of dependencies typing them poorly (e.g. overriding a dependency's method which has any in its signature).
The text was updated successfully, but these errors were encountered:
This should already be throwing warnings unless we disabled it explicitly.
We should:
error
eslint-ignore
lines which currently disable this ruleany
We have quite a few, so i expect this'll be a sizeable change.
There will inevitably be some we have to keep around, too, because of dependencies typing them poorly (e.g. overriding a dependency's method which has
any
in its signature).The text was updated successfully, but these errors were encountered: