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