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.
npm install remark-config-inspectorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to start the inspector programmatically with a custom config, base path, and target file.
Upgrade Node to >=20.19.0
Use import syntax instead of require(). If needed, use dynamic import().
Use REMARK_BASE_PATH or REMARK_CONFIG instead.
Always specify --target pointing to a real file in your project.
Explicitly set --outDir or add to .gitignore as needed.
Replace require() with import or use dynamic import().
Use import remarkConfigInspector from 'remark-config-inspector' (default export).
Install remark-lint: npm install remark-lint