File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Your support helps the continued development and improvement of this project.
25
25
26
26
## Installation
27
27
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 :
29
29
30
30
<CodeTabs
31
31
code = { [
Original file line number Diff line number Diff line change 118
118
"vitest" : " ^3.0.7"
119
119
},
120
120
"peerDependencies" : {
121
- "eslint" : " >=8.0 .0"
121
+ "eslint" : " >=8.45 .0"
122
122
},
123
123
"engines" : {
124
124
"node" : " ^18.0.0 || >=20.0.0"
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ See [docs](https://perfectionist.dev).
73
73
74
74
## Installation
75
75
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 :
77
77
78
78
``` sh
79
79
npm install --save-dev eslint
You can’t perform that action at this time.
0 commit comments