macOS
brew install eslint_dlocal Homebrew formula metadata
brew
Speed up eslint to accelerate your development workflow. Version 15.0.2 via Homebrew; verified from local package data.
install
brew install eslint_dlocal Homebrew formula metadata
nix profile install nixpkgs#eslint_dnixpkgs package indexes · pkgs/by-name/es/eslint_d/package.nix · source: api.github.com
sudo pacman -S eslint_dArch Linux sync databases · eslint_d · source: geo.mirror.pkgbuild.com
overview
Speed up eslint to accelerate your development workflow
history
eslint_d is a daemonized wrapper around ESLint that keeps an ESLint server process alive so repeated lint runs from editors and shells avoid much of Node.js startup and module-loading cost.
The npm package was first published in 2015, shortly after ESLint 1.0.0, and its upstream README still presents it as a workflow accelerator rather than a replacement linter. It supports multiple ESLint generations and forwards normal ESLint arguments to a background server.
eslint_d found its niche in editor-driven JavaScript development, especially Vim, Neovim, Emacs, and other environments where a linter may be invoked repeatedly for a single buffer. The README documents integrations for editor linting packages and notes that some editors already cache ESLint themselves.
Users install `eslint_d`, run it as a drop-in `eslint` replacement, and let it start, stop, or restart the daemon automatically. It can use the local project ESLint package, fall back to a bundled ESLint, report daemon status, and provide an extra `--fix-to-stdout` option for editor save hooks.
Its significance is mostly ergonomic: it is a small package-manager-era workaround for the cost of repeatedly starting a large JavaScript toolchain. Package nerds care because it shows how wrapper commands, local dependency resolution, daemon files, and editor integrations can change perceived tool speed without changing the underlying linter.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
eslint_d | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/mantoni/eslint_d.js
install metadata
| Package key | brew:eslint_d |
|---|---|
| Version | 15.0.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/eslint_d |
| Homepage | https://github.com/mantoni/eslint_d.js |
| Repository | https://github.com/mantoni/eslint_d.js |
| Upstream docs | https://github.com/mantoni/eslint_d.js#readme |
| License | MIT |
| Source archive | https://registry.npmjs.org/eslint_d/-/eslint_d-15.0.2.tgz |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | eslint_d |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
eslint_d
nix profile install nixpkgs#eslint_deslint_d 15.0.2-1
Makes eslint the fastest linter on the planet.
https://github.com/mantoni/eslint_d.js
sudo pacman -S eslint_dsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.