1.0.1 • Published 8 years ago

textlint-rule-max-appearence-count-of-words v1.0.1

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

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