textlint rule that check limit maximum length of title.
npm install textlint-rule-max-length-of-title
npm install -g textlint textlint-rule-max-length-of-title
textlint --rule textlint-rule-max-length-of-title README.md
{
"rules": {
"textlint-rule-max-length-of-title": {
"#": 25,
"##": 30
}
}
}
npm test
MIT