We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8b3ac commit bed4ecfCopy full SHA for bed4ecf
src/blog/2025-12-01-type-aware-alpha.md
@@ -68,6 +68,10 @@ npx oxlint --type-aware -A all -D typescript/no-floating-promises
68
pnpx oxlint --type-aware -A all -D typescript/no-floating-promises
69
```
70
71
+```sh [yarn]
72
+yarn oxlint --type-aware -A all -D typescript/no-floating-promises
73
+```
74
+
75
```sh [bun]
76
bunx oxlint --type-aware -A all -D typescript/no-floating-promises
77
0 commit comments