Important
This project is now the official @eslint/config-inspector
. Please migrate to the new package for future updates and improvements. This repository is archived.
A visual tool to help you view and understand your ESLint Flat config.
Change directory to your project root that contains eslint.config.js
and run:
npx eslint-flat-config-viewer
Goto http://localhost:7777/ to view your ESLint config. Whenever you update your ESLint config, the page will be updated automatically.
Or play it in your browser:
MIT License © 2023-PRESENT Anthony Fu