An ESLint formatter that extends the default "stylish" formatter by making file paths, line numbers, and column numbers into clickable links in terminals that support hyperlinks. Version 1.4.0 is the latest stable release (no recent updates, likely stable). Supports ESLint 8 and 9. Differentiators: automatically generates hyperlinks without requiring IDE-specific plugins, works in VS Code, iTerm2, and other hyperlink-aware terminals.
npm install eslint-formatter-autolinkable-stylishVerified import paths — ran on the pinned version, not inferred.
Shows how to install and use the formatter via ESLint CLI.
Use require() instead.
Use a hyperlink-compatible terminal.
Use the CLI or eslint.executeOnFiles() with the formatter name string.
Run npm install --save-dev eslint-formatter-autolinkable-stylish
Use exactly --format=autolinkable-stylish
Use const stylish = require('eslint-formatter-autolinkable-stylish');