A formatter for ESLint that outputs linting results in JSON format, but replaces all absolute file paths with paths relative to the current working directory. Version 0.1.0 is the latest stable release. This package is a thin wrapper around ESLint's built-in JSON formatter, with no active development or updates expected. It is designed to produce portable output that can be consumed by tools in CI or other environments where absolute paths may differ. Alternatives include using the native JSON formatter with a post-processing step.
Verified import paths — ran on the pinned version, not inferred.
The package is ESM-only; require() may fail depending on Node.js version and project configuration.
While the package is ESM, it may still be required if the project uses CommonJS, but this is not officially supported.
No types are shipped; you may need to cast or use the ESLint type definitions.
Shows installation, CLI usage, and programmatic usage of the formatter, including how to get relative-path JSON output.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.