A custom ESLint formatter that outputs lint results with diff-line formatting, designed to integrate with lint-diff-line workflows. Version 1.0.5 is the current stable release. This package has minimal overhead and no significant release cadence. It is a niche formatter for users who want to see ESLint results in a git-diff style, with line-by-line changes. It does not have specific differentiators beyond its unique output format.
npm install eslint-formatter-lint-diff-line-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This shows how to import the formatter and use it with the ESLint API to produce diff-line formatted output.
Refer to the source code or the lint-diff-line ecosystem for usage context.
Consider using another ESLint formatter or contributing to the project.
Use import syntax or dynamic import().
No dependency data recorded yet.