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
That doesn't make any sense.. all async functions are "returning" a Promise anyway... I don't want to add an anemic @returns {Promise} declaration. This is redundant with async anyway.
Is it possible to handle this use case?
Note that the legacy native ESLint JSDoc rule was handing this use case
vousk, yuccai, NicolasBuecher, monsieurnebo and kleinfreund