textlint-plugin-review
v0.4.1
Published
textlint Re:VIEW processsor plugin.
Downloads
975
Maintainers
Readme
textlint-plugin-review
Add Re:VIEW support for textlint.
What is textlint plugin? Please see https://github.com/textlint/textlint/blob/master/docs/plugin.md
Installation
npm install textlint-plugin-review
Usage
Manually add review plugin to your .textlintrc
like:
{
"plugins": [
"review"
]
}
Lint Re:VIEW file with textlint:
$ textlint ch01.re
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