We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4cf3f commit a34f97eCopy full SHA for a34f97e
1 file changed
README.md
@@ -8,12 +8,14 @@ This repository contains the legacy ESLintRC configuration file format for ESLin
8
9
You can install the package as follows:
10
11
-```
12
-npm install @eslint/eslintrc --save-dev
13
-
+```shell
+npm install @eslint/eslintrc -D
14
# or
15
16
yarn add @eslint/eslintrc -D
+# or
+pnpm install @eslint/eslintrc -D
17
18
+bun install @eslint/eslintrc -D
19
```
20
21
## Usage (ESM)
0 commit comments