Skip to content

Commit 630519e

Browse files
authored
doc: fix npm/npx mixup in oxlint-tsgolint installation (#548)
`npx add` does not exist, and should be `npm add`, just like it is documented for the base installation `npm add -D oxlint`. Signed-off-by: Adrian Jost <[email protected]>
1 parent c641d24 commit 630519e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/guide/usage/linter/type-aware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Read our [technical preview announcement](/blog/2025-08-17-oxlint-type-aware) fo
77
::: code-group
88

99
```sh [npm]
10-
npx add -D oxlint-tsgolint@latest
10+
npm add -D oxlint-tsgolint@latest
1111
```
1212

1313
```sh [pnpm]

0 commit comments

Comments
 (0)