[SLOP(claude-opus-4-8-medium)] docs(inspector-tabs): mark illustrative type-shape snippets as @nocheck#5247
Conversation
…e type-shape snippets as @nocheck
ReviewThis is a clean, minimal documentation fix. The change adds Correctness: The fix is correct. The snippets use informal notation like: {
id: string, // URL-safe id
label: string,
}This is not valid TypeScript (a bare object expression with property type annotations and inline comments). Without Consistency: The pattern matches the established convention used throughout the docs (e.g., Coverage: All six illustrative snippets in the file are updated. No misses. No issues to flag. ✅ |
No description provided.