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
Many people forget to await actions and assertions. It would be nice to have an ESLint config file, and maybe set it up, to enforce @typescript-eslint/no-floating-promises rule
Many people forget to
awaitactions and assertions. It would be nice to have an ESLint config file, and maybe set it up, to enforce@typescript-eslint/no-floating-promisesruleit should probably be optional only.