eslint / config-inspector

A visual tool for inspecting and understanding your ESLint flat configs.
https://www.npmjs.com/package/@eslint/config-inspector
Apache License 2.0
533 stars 15 forks source link

feat: support `build` command for static hosting #17

Closed antfu closed 3 months ago

antfu commented 3 months ago

This PR enables the support for the npx @eslint/config-inspector build subcommand, which generates a static site for hosting or other purposes. Allowing shared configs to deploy a preview of their configs. Or can be useful to compare before/after with different configs.