1.3.0 • Published 5 years ago

textlint-rule-aws-spellcheck v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

textlint-rule-aws-spellcheck

npm version

Install

Install with npm:

$ npm install textlint-rule-aws-spellcheck

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "aws-spellcheck": true
    }
}

Via CLI

$ textlint --rule aws-spellcheck README.md

Build

Builds source codes for publish to the lib folder. You can write ES2015+ source codes in src/ folder.

$ npm run build

Tests

Run test code in test folder. Test textlint rule by textlint-tester.

$ npm test

Contribution

Fork this repo and make Pull Request.

If you want to change or add new rules, check aws-word-rules repo !!

License

MIT

1.3.0

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.3

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago