Skip to content

Commit

Permalink
Update README to reflect npm > 7 peerDep installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Apr 9, 2024
1 parent 0f046a0 commit f518ab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ There are 6 rule sets:

## Installation

If you do not have eslint installed:
For `npm >= 7`:
```
npm i -D eslint@8
npm i -D eslint-config-digitalbazaar
```

For `npm < 7` you may need to install `eslint` matching the peerDependencies for this library.

To start an eslint config file:
```
npx eslint --init
Expand Down

0 comments on commit f518ab6

Please sign in to comment.