@simbo/cspell-config
v1.4.0
Published
Simbo's shared CSpell configuration.
Maintainers
Readme
Simbo's CSpell Configuration
A shared CSpell configuration.
Installation
Install cspell and @simbo/cspell-config from the npm registry:
npm i -D cspell @simbo/cspell-configUsage
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",