Skip to content

Commit

Permalink
Docs: Add further reading to rule (#13084)
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 25, 2020
1 parent a1370ab commit 76324ac
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 76324ac

Please sign in to comment.