textlint-rule-en-spell
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i textlint-rule-en-spell

Weekly Downloads

109

Version

1.2.4

License

MIT

Unpacked Size

637 kB

Total Files

11

Last publish

Collaborators

  • hata6502