textlint-rule-max-length-of-title
v1.0.1
Published
textlint rule that check limit maximum length of title
Downloads
216
Readme
textlint-rule-max-length-of-title
textlint rule that check limit maximum length of title.
Installation
npm install textlint-rule-max-length-of-titleUsage
npm install -g textlint textlint-rule-max-length-of-title
textlint --rule textlint-rule-max-length-of-title README.mdConfig
{
"rules": {
"textlint-rule-max-length-of-title": {
"#": 25,
"##": 30
}
}
}Tests
npm testLicense
MIT
