Skip to content

Commit 77c6318

Browse files
authored
chore: update eslint peer dependency version
1 parent b5822f4 commit 77c6318

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/guide/getting-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your support helps the continued development and improvement of this project.
2525

2626
## Installation
2727

28-
Okay, let's get started. You'll first need to install [ESLint](https://eslint.org/):
28+
Okay, let's get started. You'll first need to install [ESLint](https://eslint.org/) v8.45.0 or greater:
2929

3030
<CodeTabs
3131
code={[

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"vitest": "^3.0.7"
119119
},
120120
"peerDependencies": {
121-
"eslint": ">=8.0.0"
121+
"eslint": ">=8.45.0"
122122
},
123123
"engines": {
124124
"node": "^18.0.0 || >=20.0.0"

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ See [docs](https://perfectionist.dev).
7373

7474
## Installation
7575

76-
You'll first need to install [ESLint](https://eslint.org):
76+
You'll first need to install [ESLint](https://eslint.org) v8.45.0 or greater:
7777

7878
```sh
7979
npm install --save-dev eslint

0 commit comments

Comments
 (0)