Description
Promise-based JavaScript code can be checked for mistakes such as missing returns, unsafe nesting, or confusing asynchronous flow.
This is an ESLint plugin, not a standalone editor or application. Developers add it to a project lint configuration so problems are reported during development, CI, or pre-commit checks.