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