config-inspector
config-inspector copied to clipboard
A visual tool for inspecting and understanding your ESLint flat configs.
As a follow up to #66, we should make use of https://github.com/eslint/eslint/pull/18983 when that’s released to ensure that we show the correct default config for whatever ESLint version that the...
👋 small request here that could have saved me a bunch of time debugging. When I accidentally do `module.exports.default = myConfig`, the config inspector will tell me what a great...
It would be great to have a CLI to retrieve the list of deprecated rules activated (`warn`/`error`). With that it would be easy to detect when some rules became deprecated...
Hi, slightly strange one here. I'm finding that when I serve the output directory (in case it's relevant, via a next.js middleware which streams the file content in from blob...
Hi! I'm testing a tool I'm building to upload CI artifacts to blob storage for browser viewing, and I've found the way config-inspector produces outputs makes it impossible to serve...