@itprokyle/cspell-dict
v1.3.0
Published
Personal dictionary of Kyle Finley (ITProKyle).
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 ... vulnerabilitiesUsage
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.
