Skip to content

Commit a34f97e

Browse files
authored
docs: update readme to include bun install (#182)
* docs: update readme to include bun install * docs: update to include pnpm + bun
1 parent 2f4cf3f commit a34f97e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ This repository contains the legacy ESLintRC configuration file format for ESLin
88

99
You can install the package as follows:
1010

11-
```
12-
npm install @eslint/eslintrc --save-dev
13-
11+
```shell
12+
npm install @eslint/eslintrc -D
1413
# or
15-
1614
yarn add @eslint/eslintrc -D
15+
# or
16+
pnpm install @eslint/eslintrc -D
17+
# or
18+
bun install @eslint/eslintrc -D
1719
```
1820

1921
## Usage (ESM)

0 commit comments

Comments
 (0)