0.4.1 • Published 4 years ago

textlint-plugin-review v0.4.1

Weekly downloads
84
License
MIT
Repository
github
Last release
4 years ago

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

0.4.1

4 years ago

0.4.0

4 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago