textlint-rule-no-todo
v2.0.1
Published
textlint rule: warn TODO text.
Downloads
29,122
Readme
textlint-rule-no-todo
This textlint rule check todo
mark.
OK:
This is text.
NG:
TODO: this is TODO
- [ ] TODO
Installation
npm install textlint-rule-no-todo
Usage
See example/
$ npm install textlint-rule-no-todo
$ textlint --rule no-todo README.md
Tests
npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT