Pegasystems front-end CSpell configuration.
Install CSpell and the Pega config.
npm i -D cspell @pega/cspell-config
Extend from the Pega configuration in your CSpell configuration file.
{
"import": "@pega/cspell-config"
}
Run CSpell to check, for example, all .ts
and .tsx
files in the current directory.
npx cspell "./**/*.@(ts|tsx)"
You can install the VS Code extension to enable your editor to run CSpell for you automatically.