🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.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.

npmnpm
Version
0.16.0
Version published
Weekly downloads
875
-1.35%
Maintainers
3
Weekly downloads
 
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 23 Oct 2024

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