My custom cspell dictionary.
Table Of Contents
$ npm install --save-dev cspell @itprokyle/cspell-dict
added ... packages, and audited ... packages in ...ms
found ... vulnerabilitiesOnce 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.