textlint-rule-max-length-of-title

1.0.1 • Public • Published

textlint-rule-max-length-of-title

textlint rule that check limit maximum length of title.

Installation

npm install textlint-rule-max-length-of-title

Usage

npm install -g textlint textlint-rule-max-length-of-title
textlint --rule textlint-rule-max-length-of-title README.md

Config

{
  "rules": {
    "textlint-rule-max-length-of-title": {
      "#": 25,
      "##": 30
    }
  }
}

Tests

npm test

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i textlint-rule-max-length-of-title

Weekly Downloads

46

Version

1.0.1

License

MIT

Last publish

Collaborators

  • keita_moromizato