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
no-invalid-void-type has numerous issues preventing the use of void in places where it should be allowed. We should disable this rule until it is fixed to enable those intended uses.
no-invalid-void-type
has numerous issues preventing the use ofvoid
in places where it should be allowed. We should disable this rule until it is fixed to enable those intended uses.typescript-eslint/typescript-eslint#8113
The text was updated successfully, but these errors were encountered: