@pega/cspell-config
v0.17.0
Published
Pega front-end cspell configuration.
Downloads
6,677
Readme
@pega/cspell-config
Pegasystems front-end CSpell configuration.
Installation
Install CSpell and the Pega config.
npm i -D cspell @pega/cspell-configSetting 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.
