Skip to content

Commit

Permalink
Update docs/bsconfig.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bronley Plumb <bronley@gmail.com>
  • Loading branch information
markwpearce and TwitchBronBron committed Jul 12, 2024
1 parent ed3e9ec commit 34ae893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bsconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Type: `Array<string | number | {files: string | Array<string | {src: string} | {

A list of filters used to hide diagnostics.

- A `string` value should be a diagnostic code, or diagnostic shortname. This will supress all diagnostics with that code for the whole project. For example,
- A `string` value should be a diagnostic code, or diagnostic shortname. This will supress all diagnostics with that code for the whole project. For example:
```jsonc
"diagnosticFilters": [
"1000",
Expand Down

0 comments on commit 34ae893

Please sign in to comment.