0.4.1 • Published 6 years ago
textlint-plugin-review v0.4.1
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-reviewUsage
Manually add review plugin to your .textlintrc like:
{
"plugins": [
"review"
]
}Lint Re:VIEW file with textlint:
$ textlint ch01.reTests
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