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
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT