This textlint rule check todo
mark.
OK:
This is text.
NG:
TODO: this is TODO
- [ ] TODO
npm install textlint-rule-no-todo
$ npm install textlint-rule-no-todo
$ textlint --rule no-todo README.md
npm test
- 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
MIT