orangain / textlint-plugin-review

textlint plugin to lint Re:VIEW documents

Home Page:https://www.npmjs.com/package/textlint-plugin-review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

textlint plugin to lint Re:VIEW documents

https://www.npmjs.com/package/textlint-plugin-review

License:Other


Languages

Language:JavaScript 100.0%