Skip to content

Commit ee44e5c

Browse files
authored
Merge pull request #18 from areebniyas/docs/add-yarn
2 parents 878f654 + 52ffc19 commit ee44e5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,25 @@ You'll first need to install [ESLint](https://eslint.org/):
2222
```sh
2323
npm i eslint --save-dev
2424
npm i typescript
25+
# Or run this to use yarn
26+
yarn add eslint --dev
27+
yarn add typescript
2528
```
2629

2730
Next, install `eslint-plugin-nimbus-clean`:
2831

2932
```sh
3033
npm install eslint-plugin-nimbus-clean --save-dev
34+
# Or run this to use yarn
35+
yarn add eslint-plugin-nimbus-clean --dev
3136
```
3237

3338
Next, install all peerDependencies for this plugin:
3439

3540
```sh
3641
npx install-peerdeps eslint-plugin-nimbus-clean
42+
# Or run this to use yarn
43+
npx install-peerdeps eslint-plugin-nimbus-clean --yarn
3744
```
3845

3946
### Usage

0 commit comments

Comments
 (0)