Skip to content

A visual tool for inspecting and understanding your ESLint flat configs.

License

Notifications You must be signed in to change notification settings

eslint/config-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a65a0b · Mar 25, 2025
Feb 20, 2025
Mar 29, 2024
Mar 25, 2025
Feb 20, 2025
Jan 3, 2025
Feb 20, 2025
Jan 3, 2025
Jul 21, 2024
Mar 29, 2024
Mar 29, 2024
Mar 5, 2025
Mar 29, 2024
Sep 17, 2024
Oct 18, 2024
Jan 3, 2025
Apr 2, 2024
Mar 29, 2024
Mar 25, 2025
Mar 5, 2025
Mar 5, 2025
Mar 5, 2025
Apr 2, 2024
Feb 20, 2025


ESLint Config Inspector

npm version npm downloads

A visual tool for inspecting and understanding your ESLint flat configs.

Screenshot 1 Screenshot 2

Usage

Go to the project root that contains eslint.config.js and run:

npx @eslint/config-inspector@latest

Visit http://localhost:7777/ to view and play with your ESLint config. Changes to the config file will be updated automatically.

Run npx @eslint/config-inspector --help to see all the CLI options available.

Online Preview

Or play it right in your browser now:

Static Build

It is also possible to build a static web app for your ESLint config:

npx @eslint/config-inspector build

This will generate a Single-Page Application (SPA) under .eslint-config-inspector, with the snapshot of the current ESLint config. You can deploy it somewhere, or use it for comparison etc.

Run npx @eslint/config-inspector build --help to see all the CLI options available.

Contributing

We operate under the ESLint Contributor Guidelines, so please be sure to read them before contributing. If you're not sure where to dig in, check out the issues.

Development

This project uses the following stack:

To start the development server:

To test the production build:

License

Apache-2.0 License