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
{
"rule": {
"ginger": {
"skipPatterns": ["/JavaScript/i"]
}
}
}npm test
- 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
MIT License (http://nodaguti.mit-license.org/)