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
You're forced to assign the result of a promise to a new variable, according to the unicorn rule documentation this makes code more "readable" but I don't agree with that statement.
You're forced to assign the result of a promise to a new variable, according to the unicorn rule documentation this makes code more "readable" but I don't agree with that statement.
https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v47.0.0/docs/rules/no-await-expression-member.md
The text was updated successfully, but these errors were encountered: