andrepolischuk / docslint

Lint and fix docs simpler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docslint Build Status

Lint and fix docs simpler

Under the hood docslint uses textlint with predefined rule set. It’s a simple zero-config tool that works out of the box like standard and xo.

Install

npm install --global docslint

Usage

docslint --help

  Lint and fix docs simpler

  Usage
    docslint [file|glob ...]

  Options
    --fix      Automatically fix issues
    --disable  Rules to disable, can be set multiple times

  Examples
    docslint
    docslint readme.md
    docslint *.md !readme.md
    docslint --fix
    docslint --disable terminology

Rules

Base configuration contains following rules:

You can disable any rule by running docslint with --disable <rule> flag.

License

MIT

About

Lint and fix docs simpler

License:MIT License


Languages

Language:JavaScript 100.0%