@itprokyle/cspell-dict
v1.2.7
Published
Personal dictionary of Kyle Finley (ITProKyle).
Downloads
1,108
Readme
cspell-dict
My custom cspell dictionary.
Table Of Contents
Installation
$ npm install --save-dev cspell @itprokyle/cspell-dict
added ... packages, and audited ... packages in ...ms
found ... vulnerabilities
Usage
Once installed, add the following to your project's cspell configuration file (e.g. cspell.json
, .vscode/cspell.json
):
{
"import": [
"@itprokyle/cspell-dict/cspell-ext.json"
]
}
This will add our dictionary to cspell.