8000 docs: add `getting_started.mdx` pnpm command (#7952) · c0sta/typescript-eslint@2f2fb61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f2fb61

Browse files
authored
docs: add getting_started.mdx pnpm command (typescript-eslint#7952)
added pnpm command in getting started
1 parent 92628ae commit 2f2fb61

File tree

1 file changed

+7
8000
-0
lines changed

1 file changed

+7
-0
lines changed

docs/Getting_Started.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ npx eslint .
5151
yarn eslint .
5252
```
5353

54+
</TabItem>
55+
<TabItem value="pnpm">
56+
57+
```bash
58+
pnpm eslint .
59+
```
60+
5461
</TabItem>
5562
</Tabs>
5663

0 commit comments

Comments
 (0)
0