Skip to content

A CLI tool to evaluate the quality of writing in your project's markdown files.

Notifications You must be signed in to change notification settings

bigcommerce/dev-docs-style-guide-linter

 
 

Repository files navigation

node index.mjs ./docs/**/*.mdx

dev-docs-style-guide-linter

Fork of Quality Docs, a CLI tool to check the quality of writing in your project's markdown or plain text documentation.

Unified - interface for parsing, inspecting, transforming, and serializing content through syntax trees.

This tool uses retext to check the quality of writing in your project's documentation using these plugins;

Not currently enabled

  • retext-readability checks the reading level of the whole document.
    • This project measures readability in text with several formulas: Dale–Chall, Automated Readability, Coleman–Liau, Flesch, Gunning fog, SMOG, and Spache.
  • retext-intensify warns on filler, weasel and hedge words.
  • retext-simplify warns on complicated phrases and checks for simpler alternatives.
  • remark-lint checks for proper markdown formatting.

To Do

  • use remark-lint-no-dead-urls to validate external links while ignoring example URLs

About

A CLI tool to evaluate the quality of writing in your project's markdown files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.7%
  • MDX 43.3%