Dictionaries included with the CSpell Command Line tool.
This is a pre-built dictionary for use with CSpell.
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"],
// …
}
MIT
Some packages may have other licenses included.
Brought to you by Street Side Software