textlint
The pluggable linting tool for text(plain text and markdown).
Installation
npm install textlint
Usage
![img](http://monosnap.com/image/lYPymzf1agvbYOwEJMEPc5O9lnh9d8.png)
textlint README.md
Rules
Please see docs/
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
and
lib/load-rules.js
, util/traverse.js
and cli.js
are:
ESLint
Copyright (c) 2013 Nicholas C. Zakas. All rights reserved.
Acknowledgements
Many thanks for ESLint.