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

KeitaMoromizato/textlint-rule-max-appearence-count-of-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlint-rule-max-appearence-count-of-words

textlint rule that check maximum appearance count of words in paragraph.

Installation

npm install textlint-rule-max-appearence-count-of-words

Usage

npm install -g textlint textlint-rule-max-appearence-count-of-words
textlint --rule textlint-rule-max-appearence-count-of-words README.md

Config

{
  "rules": {
    "textlint-rule-max-appearence-count-of-words": {
      "limit": 5
    }
  }
}

Tests

npm test

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published