{"library":"remark-config-inspector","title":"remark-config-inspector","description":"A visual tool for inspecting and understanding remark and remark-lint configurations. v2.2.2 is the latest stable release as of April 2026, with active development and monthly releases. It helps developers see which config items are active, where rule states come from, how overrides and file globs affect resolution, and how final rule behavior is composed. Unlike manual debugging, it provides an interactive web UI and static build output for CI. Requires remark-lint ^10.0.0 || ^11.0.0 and Node >=20.19.0.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install remark-config-inspector"],"cli":null},"imports":["import remarkConfigInspector from 'remark-config-inspector'","import { build } from 'remark-config-inspector'","import type { Options } from 'remark-config-inspector'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Start the inspector server for the current project\nimport { startInspector } from 'remark-config-inspector';\n\nawait startInspector({\n  config: '.remarkrc.yaml',\n  basePath: process.cwd(),\n  target: 'docs/guide.md'\n});\n// Ope n http://localhost:9999 to explore config","lang":"typescript","description":"Shows how to start the inspector programmatically with a custom config, base path, and target file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}