Skip to content

Commit 3ba2f78

Browse files
committed
docs(check): drop --type-check-only implementation detail from user guide
1 parent 0030c91 commit 3ba2f78

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/guide/check.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ vp check --no-lint # Skip lint rules; keep type-check when enabled.
2020
vp check --no-fmt --no-lint # Type-check only (requires `typeCheck` enabled).
2121
```
2222

23-
When `lint.options.typeCheck` is enabled, `--no-lint` keeps type diagnostics by forwarding Oxlint's `--type-check-only` flag — useful for triaging type errors without lint noise. If `typeCheck` is not enabled, `--no-lint` simply skips the lint phase altogether, and `vp check --no-fmt --no-lint` exits with `No checks enabled` (enable `lint.options.typeCheck` to use the type-check-only invocation).
24-
2523
## Configuration
2624

2725
`vp check` uses the same configuration you already define for linting and formatting:

0 commit comments

Comments
 (0)