Skip to content

Commit 9297b8e

Browse files
JounQinAngelDarco
andauthored
docs: add more installation commands, with shell code blocks (#303)
Co-authored-by: angeldarco <angel92-eme@hotmail.com>
1 parent e2015cd commit 9297b8e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,20 @@ Note that this config _only_ turns rules _off,_ so it only makes sense using it
1212

1313
1. Install eslint-config-prettier:
1414

15+
```shell
16+
npm i -D eslint-config-prettier
1517
```
16-
npm install --save-dev eslint-config-prettier
18+
19+
```shell
20+
yarn add -D eslint-config-prettier
21+
```
22+
23+
```shell
24+
pnpm add -D eslint-config-prettier
25+
```
26+
27+
```shell
28+
bun add -D eslint-config-prettier
1729
```
1830

1931
2. Add eslint-config-prettier to your ESLint configuration – either to [eslintrc] or to [eslint.config.js (flat config)].

0 commit comments

Comments
 (0)