https://github.com/antfu/eslint-flat-config-viewer
A visual tool to help you view and understand your ESLint Flat config.
https://github.com/antfu/eslint-flat-config-viewer
Last synced: 3 months ago
JSON representation
A visual tool to help you view and understand your ESLint Flat config.
- Host: GitHub
- URL: https://github.com/antfu/eslint-flat-config-viewer
- Owner: antfu
- License: mit
- Archived: true
- Created: 2023-09-28T22:28:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T22:02:48.000Z (about 1 year ago)
- Last Synced: 2025-03-16T23:34:58.477Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 505 KB
- Stars: 549
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - antfu/eslint-flat-config-viewer - A visual tool to help you view and understand your ESLint Flat config. (Vue)
- awesome - antfu/eslint-flat-config-viewer - A visual tool to help you view and understand your ESLint Flat config. (Vue)
README
> [!IMPORTANT]
> This project is now the official [`@eslint/config-inspector`](https://github.com/eslint/config-inspector). Please migrate to the new package for future updates and improvements. This repository is archived.-----
# ESLint Flat Config Viewer
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]A visual tool to help you view and understand your [ESLint Flat config](https://eslint.org/docs/latest/use/configure/configuration-files-new).
![]()
## Usage
Change directory to your project root that contains `eslint.config.js` and run:
```bash
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:
[](https://stackblitz.com/~/github.com/antfu/eslint-flat-config-viewer)
## Sponsors
## License
[MIT](./LICENSE) License © 2023-PRESENT [Anthony Fu](https://github.com/antfu)
[npm-version-src]: https://img.shields.io/npm/v/eslint-flat-config-viewer?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/eslint-flat-config-viewer
[npm-downloads-src]: https://img.shields.io/npm/dm/eslint-flat-config-viewer?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/eslint-flat-config-viewer