Skip to content

Commit ae83be3

Browse files
committed
docs: simplify installation instructions in eslint-plugin README
1 parent da18bc1 commit ae83be3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/plugins/eslint-plugin/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
3232
### Install
3333

3434
```sh
35-
# npm
3635
npm install --save-dev typescript-eslint @eslint-react/eslint-plugin
37-
38-
# yarn
39-
yarn add --dev typescript-eslint @eslint-react/eslint-plugin
40-
41-
# pnpm
42-
pnpm add --save-dev typescript-eslint @eslint-react/eslint-plugin
4336
```
4437

4538
### Setup

0 commit comments

Comments
 (0)