cspell-dict-dev
v0.0.51
Published
Dev dictionary for cspell.
Downloads
18
Maintainers
Readme
CSpell Developer Dictionary
Developer dictionary for cspell: commonly-used words, tools, and technologies.
This is a pre-built dictionary for use with cspell.
Global Installation
See cspell-dicts for global installation instructions.
Per-Project Installation
Install the package:
npm install -D cspell-dict-dev
Import and use the dictionary in your project's cspell.json
:
{
"import": ["cspell-dict-dev/cspell-ext.json"],
"dictionaries": ["dev"]
}
License
MIT