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

Disallows unnecessary return await (no-return-await) #695

Closed
feross opened this issue Nov 22, 2016 · 1 comment
Closed

Disallows unnecessary return await (no-return-await) #695

feross opened this issue Nov 22, 2016 · 1 comment

Comments

@feross
Copy link
Member

feross commented Nov 22, 2016

Inside an async function, return await is useless.

http://eslint.org/docs/rules/no-return-await

@feross feross added this to the standard v10 milestone Feb 9, 2017
@feross
Copy link
Member Author

feross commented Mar 1, 2017

No ecosystem impact. This will be included in the standard v10 beta.

@feross feross closed this as completed Mar 1, 2017
feross added a commit to standard/eslint-config-standard that referenced this issue Mar 2, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

1 participant