A visual tool for inspecting and understanding your ESLint flat configs.
1,382
stars
279
commits
TypeScript
primary language
Sep 11, 2026
updated
A visual tool for inspecting and understanding your ESLint flat configs.
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.
Or play it right in your browser now:
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 dist/__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.
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.
This project uses the following stack:
To start the development server:
pnpm install (we highly recommend you to enable corepack enable first)pnpm cli:dev to build the SPA once and start the inspector at http://localhost:7777pnpm dev to iterate on Vue components with HMR (the payload fetch will fail without the inspector running)To test the production build:
pnpm build to build the inspector tool and the CLIpnpm start to start the production server at http://localhost:7777Apache-2.0 License
The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. Become a Sponsor to get your logo on our READMEs and website.
(top 30 of 39)
TypeScript
59.9%
Vue
37.1%
MDX
1.5%
A visual tool for inspecting and understanding your ESLint flat configs.
1,382
stars
279
commits
TypeScript
primary language
Sep 11, 2026
updated
A visual tool for inspecting and understanding your ESLint flat configs.
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.
Or play it right in your browser now:
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 dist/__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.
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.
This project uses the following stack:
To start the development server:
pnpm install (we highly recommend you to enable corepack enable first)pnpm cli:dev to build the SPA once and start the inspector at http://localhost:7777pnpm dev to iterate on Vue components with HMR (the payload fetch will fail without the inspector running)To test the production build:
pnpm build to build the inspector tool and the CLIpnpm start to start the production server at http://localhost:7777Apache-2.0 License
The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. Become a Sponsor to get your logo on our READMEs and website.
(top 30 of 39)
TypeScript
59.9%
Vue
37.1%
MDX
1.5%