Skip to content

Commit 4e2d48c

Browse files
committed
Update snapshots.
1 parent 735adb0 commit 4e2d48c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

tasks/website_linter/src/snapshots/schema_json.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,20 +517,20 @@ expression: json
517517
"markdownDescription": "Specify a warning threshold. Exits with an error status if warnings exceed this value.\n\nEquivalent to passing `--max-warnings` on the CLI."
518518
},
519519
"typeAware": {
520-
"description": "Enable rules that require type information.\n\nEquivalent to passing `--type-aware` on the CLI.",
520+
"description": "Enable rules that require type information.\n\nEquivalent to passing `--type-aware` on the CLI.\n\nNote that this requires the `oxlint-tsgolint` package to be installed.",
521521
"type": [
522522
"boolean",
523523
"null"
524524
],
525-
"markdownDescription": "Enable rules that require type information.\n\nEquivalent to passing `--type-aware` on the CLI."
525+
"markdownDescription": "Enable rules that require type information.\n\nEquivalent to passing `--type-aware` on the CLI.\n\nNote that this requires the `oxlint-tsgolint` package to be installed."
526526
},
527527
"typeCheck": {
528-
"description": "Enable experimental type checking (includes TypeScript compiler diagnostics).\n\nEquivalent to passing `--type-check` on the CLI.",
528+
"description": "Enable experimental type checking (includes TypeScript compiler diagnostics).\n\nEquivalent to passing `--type-check` on the CLI.\n\nNote that this requires the `oxlint-tsgolint` package to be installed.",
529529
"type": [
530530
"boolean",
531531
"null"
532532
],
533-
"markdownDescription": "Enable experimental type checking (includes TypeScript compiler diagnostics).\n\nEquivalent to passing `--type-check` on the CLI."
533+
"markdownDescription": "Enable experimental type checking (includes TypeScript compiler diagnostics).\n\nEquivalent to passing `--type-check` on the CLI.\n\nNote that this requires the `oxlint-tsgolint` package to be installed."
534534
}
535535
},
536536
"additionalProperties": false,

tasks/website_linter/src/snapshots/schema_markdown.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ Enable rules that require type information.
333333

334334
Equivalent to passing `--type-aware` on the CLI.
335335

336+
Note that this requires the `oxlint-tsgolint` package to be installed.
337+
336338

337339
### options.typeCheck
338340

@@ -343,6 +345,8 @@ Enable experimental type checking (includes TypeScript compiler diagnostics).
343345

344346
Equivalent to passing `--type-check` on the CLI.
345347

348+
Note that this requires the `oxlint-tsgolint` package to be installed.
349+
346350

347351
## overrides
348352

0 commit comments

Comments
 (0)