Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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