eslint-formatter-i
v0.1.6
Published
An interactive tool for inspecting ESLint formatter in the browser.
Maintainers
Readme
ESLint Formatter Inspector

Features
- 🖥️ Terminal-style UI.
- 🌓 Multi-theme switch.
- 📦 Static Build.
- 🌈 Code highlight.
- 🚀 Launch Editor support.
- 🔍 Glob patterns search support.
Installation
npm i eslint-formatter-i -DUsage
eslint [patterns] -f i-f is short for --format See ESLint Formatters for more details
Static Build
If you want to build a static web app for ESLint Formatter, you can set the environment variable INSPECTOR_MODE=build:
INSPECTOR_MODE=build eslint [patterns] -f iThis will generate a SPA under
.eslint-formatter-inspectorfolder. You can deploy it to any static file server.
License
MIT License © 2025-PRESENT Leo
