Announcing Oxc Transformer Alpha
🎉
Skip to content
Oxc
Search
K
Main Navigation
Guide
Learn
Contribute
Playground
Resources
Blog
Team
Branding
Website GitHub
Sponsor
Appearance
Menu
Return to top
On this page
oxc/no-async-await
Restriction
​
What it does
​
Disallows the use of async/await.
Example
​
javascript
async
function
foo
() {
await
bar
();
return
baz
();
}
References
​
Rule Source