Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cspell-dict-dev

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-dict-dev - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

2

cspell-words.txt
bradlc
clsx
dbaeumer

@@ -6,4 +7,5 @@ esbenp

minh-phuc
outdir
packagejson
phuctm97
tailwindcss

7

package.json
{
"name": "cspell-dict-dev",
"version": "0.0.19",
"version": "0.0.20",
"description": "Dev dictionary for cspell.",

@@ -17,6 +17,3 @@ "keywords": [

"license": "MIT",
"author": "Minh-Phuc Tran <25026967+phuctm97@users.noreply.github.com> (https://www.phuctm97.com)",
"publishConfig": {
"access": "public"
}
"author": "Minh-Phuc Tran <25026967+phuctm97@users.noreply.github.com> (https://www.phuctm97.com)"
}

@@ -5,6 +5,10 @@ # CSpell Developer Dictionary

This is a pre-built dictionary for [use with cspell](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US/README.md).
This is a [pre-built dictionary for use with cspell](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/typescript/README.md#requirements).
## Usage
## Global Installation
See [cspell-dicts](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/typescript/README.md#installation) for global installation instructions.
## Per-Project Installation
Install the package:

@@ -16,8 +20,14 @@

Import and use the dictionary in `cspell.json`:
Import and use the dictionary in your project's [`cspell.json`](https://cspell.org/configuration):
```json
```jsonc
{
"import": ["cspell-dict-dev/cspell-ext.json"],
"dictionaries": ["dev"]
"import": [
// other imports...
"cspell-dict-dev/cspell-ext.json"
],
"dictionaries": [
// other dictionaries...
"dev"
]
}

@@ -24,0 +34,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc