oxrc-inspector
v0.0.0-alpha.5
Published
A visual tool for inspecting and understanding your oxlint and oxfmt config.
Readme
Oxidation Compiler Config Inspector(oxc-inspector)
A visual tool for inspecting and understanding your oxlint and oxfmt config.
Usage
Local Development
Run in your project root directory containing .oxlintrc.json:
npx oxrc-inspectorVisit http://localhost:7777 to view your configuration.
Static Build
Generate static pages (output to .oxrc-inspector directory):
npx oxrc-inspector buildLicense
MIT License
Acknowledgments
This project is inspired by and built upon the excellent work of:
- eslint/config-inspector - For providing the foundational concept and implementation of ESLint configuration inspection
- Oxc - For providing the powerful oxlint and oxfmt tools that this project visualizes and helps understand
