1.3.0 • Published 6 years ago
textlint-rule-aws-spellcheck v1.3.0
textlint-rule-aws-spellcheck
Install
Install with npm:
$ npm install textlint-rule-aws-spellcheckUsage
Via .textlintrc(Recommended)
{
"rules": {
"aws-spellcheck": true
}
}Via CLI
$ textlint --rule aws-spellcheck README.mdBuild
Builds source codes for publish to the lib folder.
You can write ES2015+ source codes in src/ folder.
$ npm run buildTests
Run test code in test folder.
Test textlint rule by textlint-tester.
$ npm testContribution
Fork this repo and make Pull Request.
If you want to change or add new rules, check aws-word-rules repo !!
License
MIT