A visual tool for inspecting and understanding your oxlint and oxfmt config.
Run in your project root directory containing .oxlintrc.json:
npx oxrc-inspectorVisit http://localhost:7777 to view your configuration.
Generate static pages (output to .oxrc-inspector directory):
npx oxrc-inspector buildMIT License
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