2.0.0 • Published 4 months ago

@cspell/dict-en-common-misspellings v2.0.0

Weekly downloads
-
License
CC BY-SA 4.0
Repository
github
Last release
4 months ago

CSpell Common English Misspellings Dictionary

Common English Misspellings dictionary for cspell.

This is a pre-built dictionary for use with CSpell.

Requirements

ToolVersion
cspell>= 6.25.0
Code Spell Checker - Visual Studio Code>= 2.17.0

Installation

Global Install and add to CSpell global settings.

npm install -g @cspell/dict-en-common-misspellings
cspell link add @cspell/dict-en-common-misspellings

Uninstall from CSpell

cspell link remove @cspell/dict-en-common-misspellings

Manual Installation

Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.

npm i @cspell/dict-en-common-misspellings

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-en-common-misspellings/cspell-ext.json"],
    // …
}

Reference

The source of this dictionary comes from:

Dictionary Development

See: How to Create a New Dictionary

License

CC BY-SA 4.0

Some packages may have other licenses included.