📦 @simbo/cspell-config
A shared CSpell configuration.
Install cspell and @simbo/cspell-config
from the npm registry:
npm i -D cspell @simbo/cspell-config
Create a CSpell configuration file in your project root and import the shared configuration.
For example, a .cspell.yml
:
import: '@simbo/cspell-config'
Add cspell
command to your package.json
scripts:
"check:spelling": "cspell",