textlint rule to check your English grammar with Ginger Proofreading
npm install textlint-rule-ginger




textlint rule
to check your English grammar with Ginger Proofreading.
```
$ npm install textlint-rule-ginger
``
$ npm install textlint textlint-rule-ginger
$ textlint --rule textlint-rule-ginger text-to-proofread.txt
* 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
`json`
{
"rule": {
"ginger": {
"skipPatterns": ["/JavaScript/i"]
}
}
}
``
npm test
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
MIT License (http://nodaguti.mit-license.org/)