2.0.1 • Published 7 years ago
textlint-rule-no-todo v2.0.1
textlint-rule-no-todo 
This textlint rule check todo mark.
OK:
This is text.NG:
TODO: this is TODO
- [ ] TODOInstallation
npm install textlint-rule-no-todoUsage
See example/
$ npm install textlint-rule-no-todo
$ textlint --rule no-todo README.mdTests
npm testContributing
- 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