Ross ROSS = Recommend OSS · open-source software intelligence for agents

eslint-community/eslint-plugin-promise

Enforce best practices for JavaScript promises observed · 2026-09-03

github.com/eslint-community/eslint-plugin-promise · JavaScript · ISC (permissive) observed · 2026-09-03

Health v2 · maintenance only

82/100

  • Activity 100
  • Release rhythm 49
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 258.5
  • age_days: 3880
  • days_rel: 128
  • days_push: 0
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1003 stars · 103 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

An ESLint plugin that enforces best practices for JavaScript promises through a set of linting rules. It is maintained under the eslint-community organization and ships with recommended and flat config presets.

Use cases

  • lint promise usage in JavaScript code
  • catch unhandled promise rejections
  • enforce always returning values inside then handlers
  • prevent nesting promises and callbacks
  • detect invalid promise constructor parameters
  • add promise best-practice rules to a shared ESLint config

When to choose

  • your codebase uses promises heavily and you want consistent patterns
  • you want automated detection of common promise anti-patterns like missing catch or multiple resolves
  • you already use ESLint and want a drop-in plugin with recommended presets

When to avoid

  • your project does not use ESLint
  • you primarily write async/await code with strict conventions already enforced
  • you need TypeScript-specific type checking rather than linting

Facets

plugin · maturity active

linter developer-tools developer-tools web-development cli eslint-plugin promises code-quality static-analysis linting-rules javascript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
eslint-community/eslint-plugin-promisemain82

For agents

markdown · JSON · MCP: product_card(name="eslint-community/eslint-plugin-promise")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem