- Disallow unnecessary return await
This rule aims to prevent a likely common performance hazard due to a lack of understanding of the semantics of async function.
You can check them out here.