1.0.1 • Published 8 years ago

textlint-rule-max-length-of-title v1.0.1

Weekly downloads
33
License
MIT
Repository
github
Last release
8 years ago

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