Skip to content

Commit

Permalink
Update readme note (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
favna and sindresorhus authored Jul 26, 2024
1 parent 4a3a5dd commit 88f1088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
## Install

```sh
npm install --save-dev eslint-formatter-pretty@5
npm install --save-dev eslint-formatter-pretty
```

*To use this with ESLint, use version 5. Version 6 is [not compatible with ESLint](https://github.com/eslint/eslint/issues/15560).*
*Please note that to use version 6 of this package you will HAVE to use ESLint v9+. If you're using ESLint v8 or below, install with `npm install --save-dev eslint-formatter-pretty@5` instead.*

## Usage

Expand Down

0 comments on commit 88f1088

Please sign in to comment.