Skip to content

shrkw/textlint-rule-ng-word

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is forked cause the original project author terminated the maintenance.

textlint-rule-ng-word

textlint rule that check NG word.

Installation

npm install @shrkw/textlint-rule-ng-word

Usage

npm install -g textlint @shrkw/textlint-rule-ng-word
textlint --rule ng-word README.md

Config

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

Tests

npm test

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%