Automic VaultAutomic Vault

brew

eslint mit Homebrew, apt, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für eslint in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install eslint

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install eslint

Debian stable package indexes · eslint · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#eslint

nixpkgs package indexes · pkgs/by-name/es/eslint/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S eslint

Arch Linux sync databases · eslint · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

AST-based pattern checker for JavaScript

Verlauf

Projektgeschichte und Nutzung

ESLint is the dominant pluggable linter for ECMAScript and JavaScript projects. Its own README defines it as a tool for identifying and reporting patterns in JavaScript code, built around AST analysis and a runtime-pluggable rule model.

Projektgeschichte

ESLint appeared on npm in 2013 and reached 1.0.0 in July 2015. The official 1.0.0 announcement described that milestone as the first major release after more than two years of work and as the stable base for future growth.

The project differentiated itself from JSLint and JSHint by using Espree for parsing, evaluating code through an AST, and making every rule pluggable. That architecture made ESLint attractive both as an end-user CLI and as a library for editor integrations, shareable configs, and custom rule packages.

Configuration has been one of ESLint's major historical arcs. The original eslintrc system accumulated multiple file formats and lookup rules; in 2022 the project introduced flat config, centered on `eslint.config.js`, as a simpler model. ESLint v9.0.0 made flat config the default and officially deprecated eslintrc.

Adoptionsgeschichte

ESLint became a default dependency in JavaScript projects because it solved both style and correctness checks through one package ecosystem. The README links npm version and download badges, Open Collective funding, official docs, rules, contribution paths, and scheduled releases, reflecting a mature tool maintained as public infrastructure.

The plugin and shareable-config model drove adoption beyond core JavaScript. React, TypeScript, framework, import-order, accessibility, security, and formatting-adjacent workflows all built on ESLint's rule API, which made `eslint` a central package in Node.js development even when a project used higher-level presets.

The official release process also shaped adoption: the project publishes scheduled releases every two weeks and documents semver policies for rule, CLI, formatter, and API changes, which matters because lint rule updates can change build outcomes.

Wie es verwendet wird

Typical package-manager usage starts with `npm init @eslint/config@latest` and then `npx eslint yourfile.js`, while Homebrew and OS packages provide an `eslint` executable for users who install developer tools outside a project-local npm workflow.

Current ESLint configuration lives in a project-root flat config file named `eslint.config.js`, `eslint.config.mjs`, `eslint.config.cjs`, or a TypeScript variant with additional setup. Those files export configuration objects that set rules, plugins, language options, ignores, processors, and related linting behavior.

ESLint is used directly in terminals and CI, indirectly through editor integrations, and as an API consumed by other tools. Its significance in package-manager culture comes from how often it appears in `devDependencies`, lockfiles, shareable configs, monorepo lint scripts, and pre-commit or CI quality gates.

Warum Paket-Nerds sich dafür interessieren

For package nerds, ESLint is a canonical example of a package ecosystem forming around a stable extension API: parser packages, plugins, config packages, formatter packages, and editor tooling all orbit the core package.

It is also one of the clearest examples of why developer-tool packages need careful semver. A minor rule behavior change can create new warnings, a major config migration can affect nearly every JavaScript project, and the project's own semver policy documents those tradeoffs explicitly.

Zeitleiste

  • 2013: ESLint first appears on npm.
  • 2015: ESLint 1.0.0 released as the first major release.
  • 2022: Flat config introduced publicly as a new configuration system.
  • 2024: ESLint 9.0.0 makes flat config the default and deprecates eslintrc.
  • 2026: ESLint 10.x releases continue the scheduled release cadence.

Related projects

  • ESLint is historically compared with JSLint and JSHint, and its ecosystem intersects with Espree, typescript-eslint, Babel parser integrations, eslint-plugin-react, Prettier, editor integrations, and shareable config packages.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für eslint wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 1 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
PROJECT_ROOT/eslint.config.jsPROJECT_ROOT/eslint.config.mjsPROJECT_ROOT/eslint.config.cjsPROJECT_ROOT/eslint.config.tsPROJECT_ROOT/eslint.config.mtsPROJECT_ROOT/eslint.config.cts

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
eslintcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version10.6.0
Manager aktualisiert2026-06-27
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://eslint.org

  • InfoRelease/tag comparison is only available for GitHub repositories.https://eslint.orgnone Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:eslint
Version10.6.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/eslint
Homepagehttps://eslint.org
Repositoryhttps://github.com/eslint/eslint
Upstream-Dokumentationhttps://eslint.org/docs/latest
LizenzMIT
Quellarchivhttps://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz
Zuletzt aktualisiert2026-06-27T21:36:20Z
Pulseupdated
Abhängigkeitennode
Bottleverfügbar (auf all)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameeslint
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

eslint 6.4.0~dfsg+~6.1.9-12

AST-based pattern checker for JavaScript

https://eslint.org/

sudo apt install eslint
  • Section: javascript
  • Architecture: all
  • 32 Abhängigkeiten
  • 3 stellt bereit
  • 8 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Eslint
Debian stable package indexes · deb.debian.org · Debian stable package indexes: eslint from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

eslint

nix profile install nixpkgs#eslint
  • normalized package name match
  • Abgeglichen nach: Eslint
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/es/eslint/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

eslint 6.4.0~dfsg+~6.1.9-11build3

AST-based pattern checker for JavaScript

https://eslint.org/

sudo apt install eslint
  • Section: universe/javascript
  • Architecture: all
  • 32 Abhängigkeiten
  • 3 stellt bereit
  • 8 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Eslint
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: eslint from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman95%

eslint 10.0.3-1

An AST-based pattern checker for JavaScript

https://eslint.org

sudo pacman -S eslint
  • License: MIT
  • Architecture: any
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Eslint
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: eslint from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment