A CLI tool that filters lint output (e.g., ESLint checkstyle) to show only errors/warnings on lines changed relative to a git branch (default master). Useful for gradually adopting strict lint rules without breaking existing code. Version 1.7.3 is stable, released 2016-5-17. Supports external formatters, environment variable configuration, and a 'list-files' subcommand for faster linting. Alternative to eslint-nibble or incremental linting approaches.
npm install lint-filterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install lint-filter, set up a minimal ESlint config, commit code, then see filtered lint output for only new lines.
Upgrade to >=1.6.2 or avoid diff-so-fancy.
Use an absolute path or install the module globally.
If you need context lines, consider writing a custom script or downgrade.
Install lint-filter >=1.0.1 or manually install bluebird.
Run 'npx lint-filter' or install globally with 'npm install -g lint-filter'.
Ensure the file exists or pipe input via stdin.
No dependency data recorded yet.