Skip to content

Commit 3c5699a

Browse files
committed
fix(docs): update minimum version formatting
1 parent 577fdb2 commit 3c5699a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ A series of composable ESLint rules for React and friends.
5353
> [!NOTE]\
5454
> ESLint React requires the following minimum versions:
5555
>
56-
> - `node@18.18.0`
57-
> - `eslint@8.57.0`
58-
> - `typescript@4.9.5`
56+
> - Node.js: 18.18.0
57+
> - ESLint: 8.57.0
58+
> - TypeScript: 4.9.5
5959
6060
### Install
6161

packages/plugins/eslint-plugin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ A series of composable ESLint rules for React and friends.
5353
> [!NOTE]\
5454
> ESLint React requires the following minimum versions:
5555
>
56-
> - `node@18.18.0`
57-
> - `eslint@8.57.0`
58-
> - `typescript@4.9.5`
56+
> - Node.js: 18.18.0
57+
> - ESLint: 8.57.0
58+
> - TypeScript: 4.9.5
5959
6060
### Install
6161

0 commit comments

Comments
 (0)