[go: nahoru, domu]

Skip to content

Commit

Permalink
docs: add getting_started.mdx pnpm command (#7952)
Browse files Browse the repository at this point in the history
added pnpm command in getting started
  • Loading branch information
albibenni committed Nov 19, 2023
1 parent 92628ae commit 2f2fb61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Getting_Started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ npx eslint .
yarn eslint .
```

</TabItem>
<TabItem value="pnpm">

```bash
pnpm eslint .
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit 2f2fb61

Please sign in to comment.