Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

37108/textlint-rule-aws-spellcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published