📦 @simbo/cspell-config
A shared CSpell configuration.
Requires Node.js ^22.22.2 || ^24.15.0 || >=26.0.0.
Install cspell and @simbo/cspell-config from the npm registry:
npm i -D cspell @simbo/cspell-config
CSpell 9 and 10 are supported. Both require the Node.js version specified above when used with this configuration; Node.js 20 is no longer supported.
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",