Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

KeitaMoromizato/textlint-rule-max-length-of-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published