DEV Community

Discussion on: IDE Warning When Calling Async Function with No Await

Collapse
 
boly38 profile image
Brice

do someone know how to activate this lint warn on IntelliJ IDE ? I want it but it seems not possible from editor inspection options ..

Collapse
 
bytehala profile image
Lem Dulfo

Settings > Inspections > Javascript and Typescript > Async code and promises > Missing await for an async function call

Screenshot showing where to find missing async warning in Intellij