Skip to content

Commit

Permalink
docs: add instructions for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
areebniyas committed Oct 26, 2023
1 parent 495bb76 commit 73e54ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,25 @@ You'll first need to install [ESLint](https://eslint.org/):
```sh
npm i eslint --save-dev
npm i typescript
# Or run this to use yarn
yarn add eslint --dev
yarn add typescript
```

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

```sh
npm install eslint-plugin-nimbus-clean --save-dev
# Or run this to use yarn
yarn add eslint-plugin-nimbus-clean --dev
```

Next, install all peerDependencies for this plugin:

```sh
npx install-peerdeps eslint-plugin-nimbus-clean
# Or run this to use yarn
npx install-peerdeps eslint-plugin-nimbus-clean --yarn
```

### Usage
Expand Down

0 comments on commit 73e54ab

Please sign in to comment.