Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable eslint rule: no-return-await #59

Closed
samchungy opened this issue May 18, 2021 · 0 comments · Fixed by #74
Closed

Disable eslint rule: no-return-await #59

samchungy opened this issue May 18, 2021 · 0 comments · Fixed by #74

Comments

@samchungy
Copy link
Contributor

Discovered this write up on why we shouldn't be erroring return await from within functions. If anything, it should now only be a warning.

https://github.com/goldbergyoni/nodebestpractices/blob/master/sections/errorhandling/returningpromises.md

72636c added a commit that referenced this issue Mar 22, 2022
72636c added a commit that referenced this issue Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant