1.0.0 • Published 7 years ago

textlint-rule-no-tbd v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

textlint-rule-no-tbd Build Status

This is a textlint rule to find "TBD", "TBA" or "TBC".

Installation

$ npm install textlint-rule-no-tbd

Usage

$ textlint --rule no-tbd README.md

I recommend to use this plugin with the severity option.

.textlintrc

{
  "rules": {
    "no-tbd": {
        "severity" : "warning"
     }
  }
}

Tests

$ npm test

License

This software is released under the MIT License.