cspell-dict-dev
Advanced tools
Comparing version 0.0.19 to 0.0.20
bradlc | ||
clsx | ||
dbaeumer | ||
@@ -6,4 +7,5 @@ esbenp | ||
minh-phuc | ||
outdir | ||
packagejson | ||
phuctm97 | ||
tailwindcss |
{ | ||
"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 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1622
37