Skip to content

Commit

Permalink
Merge 0377ff0 into 29624d3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 5, 2024
2 parents 29624d3 + 0377ff0 commit 8ee6285
Show file tree
Hide file tree
Showing 5 changed files with 888 additions and 60 deletions.
2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"@cspell/dict-ada": "^4.0.2",
"@cspell/dict-ada": "^4.0.0",
"@cspell/dict-aws": "^4.0.1",
"@cspell/dict-bash": "^4.1.3",
"@cspell/dict-companies": "^3.0.31",
Expand Down
10 changes: 9 additions & 1 deletion packages/cspell-json-reporter/README.md
Expand Up @@ -12,6 +12,14 @@ npm install -SD @cspell/cspell-json-reporter

## Usage

### Using Command Line

```sh
cspell . --reporter @cspell/cspell-json-reporter
```

### Using CSpell Configuration

Add this to `cspell.yaml`:

```yaml
Expand Down Expand Up @@ -88,7 +96,7 @@ export type CSpellJSONReporterOutput = {

Possible settings:

- `outFile` (required) - path for JSON file to emit
- `outFile` (default: stdout) - path for JSON file to emit
- `verbose` (default: false) - enable saving of execution logs
- `debug` (default: false) - enable saving of debug logs
- `progress` (default: false) - enable saving of file progress logs
Expand Down

0 comments on commit 8ee6285

Please sign in to comment.