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

mantoni/eslint_d.js

🪄 Speed up eslint to accelerate your development workflow observed · 2026-08-28

github.com/mantoni/eslint_d.js · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 95
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 4002
  • days_rel: n/a
  • days_push: 33
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1224 stars · 74 forks observed · 2026-08-28

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

eslint_d is a drop-in CLI replacement for eslint that runs eslint in a persistent background daemon process to dramatically reduce linting latency while editing. It integrates with editors like Vim (ALE, syntastic), Neovim (nvim-lint), Emacs (flycheck), and Sublime Text.

Use cases

  • speed up eslint linting in vim while editing javascript
  • make eslint faster in neovim with nvim-lint
  • reduce eslint startup time in emacs flycheck
  • run eslint as a background daemon to avoid repeated startup cost
  • drop-in eslint replacement for editor linting plugins
  • lint typescript and javascript files quickly from the command line

When to choose

  • you lint files repeatedly from an editor like Vim, Neovim, Emacs, or Sublime and eslint startup time is slowing you down
  • you want a drop-in eslint CLI replacement that manages its own background server lifecycle
  • you need compatibility across many eslint versions (v4-v10) and node LTS releases

When to avoid

  • you use VSCode, WebStorm, or Atom, which already cache eslint instances internally so there is no performance gain
  • you only run eslint occasionally in CI or scripts where a daemon adds no benefit
  • you prefer a single-shot linting process without background server management

Facets

cli-tool · maturity active

linter cli developer-tools developer-tools web-development cli cross-platform eslint-daemon editor-integration linting-speed vim emacs neovim sublime-text command-line javascript nodejs

1 source

Member repositories

RepositoryRoleHealth v2
mantoni/eslint_d.jsmain75

For agents

markdown · JSON · MCP: product_card(name="mantoni/eslint_d.js")

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