Skip to content

Commit

Permalink
Add further reading to rule
Browse files Browse the repository at this point in the history
This article really is the clearest explanation of this rule and how to understand it.
  • Loading branch information
vegerot committed Mar 24, 2020
1 parent 2111c52 commit 032c884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rules/no-return-await.md
Expand Up @@ -47,3 +47,4 @@ If you want to use `await` to denote a value that is a thenable, even when it is
## Further Reading

[`async function` on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)
[`await vs return vs return await` by Jake Archibald](https://jakearchibald.com/2017/await-vs-return-vs-return-await/)

0 comments on commit 032c884

Please sign in to comment.