eslint-baseline (v0.4.0) is a tool to run ESLint with a baseline file, allowing legacy projects to adopt linting by ignoring existing errors. It creates a `.eslint-baseline.json` file storing known violations, and subsequent runs only report new errors. Key differentiators: hash-based error identification (improved location-based detection), simple CLI workflow, and explicit baseline update command. Released November 2024 with minor features; peer dependency on ESLint 8.x. In early development with unstable APIs.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
eslint-baseline is a CLI tool, not a library. Use via npx or as a script in package.json.
ESM-only since v0.1.0; no CommonJS support.
Named export for programmatic use; not commonly used.
Demonstrates installing eslint-baseline, initializing a baseline, configuring package.json scripts, and running lint with baseline update.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.