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
* Explicitly type t.teardown() functions to return a promise
This helps with the @typescript-eslint/no-misused-promises ESLint rule.
* Fix typing of plugin teardown
The returned method always returns Promise<void>. The teardown function itself may or may not return a promise. Support both to help with the @typescript-eslint/no-misused-promises ESLint rule.
0 commit comments