Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frangio/eslint-plugin-avoid-then

ESLint plugin to prefer await instead of then outside one-liners.
https://github.com/frangio/eslint-plugin-avoid-then

Last synced: about 1 month ago
JSON representation

ESLint plugin to prefer await instead of then outside one-liners.

Awesome Lists containing this project

README

        

# eslint-plugin-avoid-then

An ESLint plugin that considers multi-line `.then` an error and recommends `await` instead.