Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.35 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.35 KB

cspell-dict

npm pre-commit renovate

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.