eslint-plugin-promise
eslint-plugin-promise copied to clipboard
Enforce best practices for JavaScript promises
Results
82
eslint-plugin-promise issues
Sort by
recently updated
recently updated
newest added
**What is the purpose of this pull request?** - [x] Documentation update - [ ] Bug fix - [ ] New rule - [ ] Changes an existing rule -...
`promise/prefer-await-to-callbacks` With this rule enabled, promises is almost ruled out. You can only use `await` `async` syntax. Why not notice it in the document explicitly?