Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frangio/eslint-plugin-avoid-then
- Owner: frangio
- Created: 2023-02-14T21:29:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T15:39:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T10:21:28.021Z (2 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-plugin-avoid-then
An ESLint plugin that considers multi-line `.then` an error and recommends `await` instead.