Skip to content

Commit

Permalink
✨ [enhancement] new install commads added in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelDarco committed May 11, 2024
1 parent d97e3ed commit c815ceb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ React specific linting rules for `eslint`
## Installation

```sh
npm install eslint eslint-plugin-react --save-dev
npm install eslint eslint-plugin-react -D
```

```sh
yarn add eslint eslint-plugin-react -D
```

```sh
pnpm add eslint eslint-plugin-react -D
```

```sh
bun add eslint eslint-plugin-react -D
```

It is also possible to install ESLint globally rather than locally (using `npm install -g eslint`). However, this is not recommended, and any plugins or shareable configs that you use must be installed locally in either case.
Expand Down

0 comments on commit c815ceb

Please sign in to comment.