Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@pega/cspell-config

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pega/cspell-config

Pega front-end cspell configuration.

latest
npmnpm
Version
0.17.0
Version published
Maintainers
3
Created
Source

@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.

Keywords

cspell

FAQs

Package last updated on 10 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts