1.0.0 • Published 8 years ago

textlint-rule-ng-word v1.0.0

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

textlint-rule-ng-word

textlint rule that check NG word.

Installation

npm install textlint-rule-textlint-rule-ng-word

Usage

npm install -g textlint textlint-rule-textlint-rule-ng-word
textlint --rule textlint-rule-textlint-rule-ng-word README.md

Config

{
  "rules": {
    "textlint-rule-textlint-rule-ng-word": {
      "words": ["word1", "word2"]
    }
  }
}

Tests

npm test

License

MIT