textlint-plugin-review

0.4.1 • Public • Published

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

Package Sidebar

Install

npm i textlint-plugin-review

Weekly Downloads

269

Version

0.4.1

License

MIT

Unpacked Size

217 kB

Total Files

31

Last publish

Collaborators

  • orangain