1.2.4 • Published 2 years ago

textlint-rule-en-spell v1.2.4

Weekly downloads
212
License
MIT
Repository
github
Last release
2 years ago

textlint-rule-en-spell

textlint rule

A textlint rule to check English spelling. The dictionary is included.

1:1  ✓ error  typimg => typing                                  en-spell

Install

Install with npm:

npm install textlint-rule-en-spell

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "en-spell": true
    }
}

with TextlintRuleEnSpellOptions

{
    "rules": {
        "en-spell": {
            "personalDictionary": ["foo", "bar/color", "*baz"]
        }
    }
}

Via CLI

textlint --rule en-spell 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

Disclaimer

Please see DISCLAIMER.md.

License

MIT © Hood

1.2.4

2 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago