Skip to content

Commit 42a160a

Browse files
committed
add yarn to quickstart
1 parent 1ba20bd commit 42a160a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/blog/2025-12-01-type-aware-alpha.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ npx oxlint --type-aware -A all -D typescript/no-floating-promises
6868
pnpx oxlint --type-aware -A all -D typescript/no-floating-promises
6969
```
7070

71+
```sh [yarn]
72+
yarn oxlint --type-aware -A all -D typescript/no-floating-promises
73+
```
74+
7175
```sh [bun]
7276
bunx oxlint --type-aware -A all -D typescript/no-floating-promises
7377
```

0 commit comments

Comments
 (0)