We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f948c1e commit f7104dcCopy full SHA for f7104dc
1 file changed
README.md
@@ -20,14 +20,18 @@ Write [oxlint](https://oxc.rs/docs/guide/usage/linter) custom lint rules with [E
20
21
## Install
22
23
+**npm / yarn / pnpm**
24
```sh
-# npm / yarn / pnpm
25
npm install effect-oxlint effect@4.0.0-beta.43
26
+```
27
-# bun
28
+**bun**
29
+```sh
30
bun add effect-oxlint effect@4.0.0-beta.43
31
32
-# jsr (Deno)
33
+**JSR (Deno)**
34
35
deno add jsr:@effect-oxlint/effect-oxlint
36
```
37
0 commit comments