Inspired by https://github.com/eslint/config-inspector, the goal is to build an interactive UI to simplify Oxlint configuration. The goal is to make exploring rules and settings convenient: read descriptions, toggle available options, and update your .oxlintrc.json file directly from the interface. The idea came from a desire to be able to quickly play around with the various rules and settings, and see their effects immediately.
- Add proper build script and consider making an NPM package
- Add more TODO's
To install dependencies:
bun installTo start a development server:
bun devTo lint
bun lintThis project was created using bun init in bun v1.3.0. Bun is a fast all-in-one JavaScript runtime.