Skip to main content

CSpell

Use CSpell for spell checking in your projects.

Check spell for all files in a directory:

npx cspell "docs/**"

Check spell for certain file types only:

npx cspell "docs/**/.js"

More info - https://cspell.org/