textlint-rule-ginger
v2.2.1
Published
textlint rule to check your English grammar with Ginger Proofreading
Downloads
187
Readme
textlint-rule-ginger
textlint rule to check your English grammar with Ginger Proofreading.
Installation
$ npm install textlint-rule-ginger
Usage
$ npm install textlint textlint-rule-ginger
$ textlint --rule textlint-rule-ginger text-to-proofread.txt
Options
skipPatterns
:string[]
- Set skip pattern that is detected by @textlint/regexp-string-matcher
You can set regexp-like string as skip patterns.
For more details about regexp-like string, please see RegExp-like String
{
"rule": {
"ginger": {
"skipPatterns": ["/JavaScript/i"]
}
}
}
Tests
npm test
Contribution
- 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 License (http://nodaguti.mit-license.org/)