Skip to content

issues Search Results · repo:eslint-community/eslint-plugin-promise language:JavaScript

Filter by

142 results
 (90 ms)

142 results

ineslint-community/eslint-plugin-promise (press backspace or delete to remove)

NestJs exposes a BaseExceptionFilter with a catch() method. When extending this class, it creates false positives: Promise.catch() requires 1 argument, but received 2 eslint[promise/valid-params](https://github.com/eslint-community/eslint-plugin-promise/blob/main/docs/rules/valid-params.md) ...
  • OoDeLally
  • Opened 
    on Mar 20
  • #599

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?
  • zzzgit
  • Opened 
    on Jan 27
  • #587

In many different cases. Example: use strict ; var call = require( ../internals/function-call ); module.exports = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) { var iterator = ITERATOR_INSTEAD_OF_RECORD ...
bug 🐛
help wanted
  • zloirock
  • 3
  • Opened 
    on Nov 25, 2024
  • #572

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View this repository on the Mend.io Web Portal. Pending Approval The following branches ...
  • renovate[bot]
  • Opened 
    on Aug 21, 2024
  • #546

Promise[ all ]; // error Avoid using non-standard Promise.undefined promise/spec-only var method = all ; Promise[method]; // error Avoid using non-standard Promise.method promise/spec-only ...
bug 🐛
help wanted
  • zloirock
  • 1
  • Opened 
    on Aug 6, 2024
  • #534

x:y error Avoid using non-standard Promise.prototype promise/spec-only
  • zloirock
  • 2
  • Opened 
    on Aug 6, 2024
  • #533

I would personally be in favor of switching to a release please flow, like in https://github.com/eslint-community/eslint-plugin-n/pull/305, as that catches errors like this before release This would help ...
  • voxpelli
  • 7
  • Opened 
    on Jul 24, 2024
  • #506

Description https://github.com/eslint-community/eslint-plugin-promise/commit/ca9e9b4cc1d6e9d1c6951125514b2facbc2d9ad9 introduced a name property on the recommended configs. ESLint 8, however, will throw ...
released
  • jhnns
  • 1
  • Opened 
    on Jul 19, 2024
  • #489

Description Add a TypeScript declaration file. Steps to Reproduce 1. Add import promise from eslint-plugin-promise 2. Hover over eslint-plugin-promise in VSC Expected behavior: [What you expect ...
enhancement
  • brettz9
  • 7
  • Opened 
    on Jul 19, 2024
  • #488

Description [Description of the issue or feature request] Steps to Reproduce 1. Ensure config file is configured to ignore plugin rules catch-or-return and always-return. 2. Open one single file in ...
  • cagross
  • 4
  • Opened 
    on Jul 1, 2024
  • #481
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub