Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 924 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 924 Bytes

CSpell Dictionary Bundle

Dictionaries included with the CSpell Command Line tool.

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

Manual Installation

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

npm i -D @cspell/dict-cspell-bundle

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

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

License

MIT

Some packages may have other licenses included.



Brought to you by Street Side Software Logo Street Side Software