You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-5Lines changed: 29 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,43 @@ Yarn:
35
35
yarn add -D @eslint-recommended/eslint-config
36
36
```
37
37
38
+
pnpm:
39
+
40
+
```sh
41
+
pnpm add -D @eslint-recommended/eslint-config
42
+
```
43
+
38
44
## Usage
39
45
40
46
Add `@eslint-recommended` to the `extends` section of your [ESLint configuration file](https://eslint.org/docs/latest/use/configure/configuration-files-deprecated).
0 commit comments