Automic VaultAutomic Vault

brew

eslint を Homebrew, apt, Nix, pacman でインストール

eslint のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install eslint

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install eslint

Debian stable package indexes · eslint · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#eslint

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

Arch Linux pacman確認済み · 92%
sudo pacman -S eslint

Arch Linux sync databases · eslint · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

AST-based pattern checker for JavaScript

履歴

プロジェクトの歴史と使われ方

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.

プロジェクトの歴史

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.

採用の歴史

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.

使われ方

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.

パッケージ好きにとっての重要性

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.

タイムライン

  • 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.

セキュリティ状態

保護ツール対応はまだ見つかっていません

eslint に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
eslintcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版10.6.0
マネージャ更新日2026-06-27
ローカルデータOK
上流not checked
検出された最新未検出

https://eslint.org

  • 情報Release/tag comparison is only available for GitHub repositories.https://eslint.org信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:eslint
バージョン10.6.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/eslint
ホームページhttps://eslint.org
リポジトリhttps://github.com/eslint/eslint
上流ドキュメントhttps://eslint.org/docs/latest
ライセンスMIT
ソースアーカイブhttps://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz
最終更新2026-06-27T21:36:20Z
Pulseupdated
依存関係node
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

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 依存関係
  • 3 提供
  • 8 任意依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • 3 提供
  • 8 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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