eslint-formatter-i (v0.1.6) is an interactive browser-based tool to inspect ESLint formatter output. It provides a terminal-style UI, multi-theme switching, code highlighting, launch editor support, and glob pattern search. It supports static builds for deploying as a SPA. Different from standard text formatters, it offers a visual, interactive inspection experience. Released under MIT, maintained actively on GitHub.
npm install eslint-formatter-iNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the formatter, run ESLint with -f i, view interactive output in browser.
Ensure ESLint is installed: npm install eslint@^7.0.0
Add .eslint-formatter-inspector to .gitignore
Run npm install eslint-formatter-i --save-dev
Upgrade ESLint to v7+: npm install eslint@^7.0.0
No dependency data recorded yet.