textlint-plugin-review

textlint Re:VIEW processsor plugin.

Usage no npm install needed!

<script type="module">
  import textlintPluginReview from 'https://cdn.skypack.dev/textlint-plugin-review';
</script>

README

textlint-plugin-review Build Status npm version

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT