Skip to content

Commit e37cb22

Browse files
committed
docs: update migration guide
1 parent 39bbc78 commit e37cb22

File tree

1 file changed

+5
-3
lines changed
  • docs/migration-guides

1 file changed

+5
-3
lines changed

docs/migration-guides/v7.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ If you are not on v6 yet, we recommend first following the [v6 migration guide](
44

55
## Overview
66

7-
- _(Breaking)_ Supported versions of Node.js have been updated to `^18.18.0`, `^20.9.0`, or `>=21.1.0`, matching ESLint.
8-
- _(Breaking)_ Supported versions of ESLint have been updated to `^8.57.0`, or `^9.0.0`.
7+
- **(Breaking)** Supported versions of Node.js have been updated to `^18.18.0`, `^20.9.0`, or `>=21.1.0`, matching ESLint.
8+
- **(Breaking)** Supported versions of ESLint have been updated to `^8.57.0`, or `^9.0.0`.
9+
- Full support for ESLint v9 (v8 still compatible) and typescript-eslint v8
910

1011
## Steps to upgrade
1112

12-
- Make sure you are using a supported version of Node.js
13+
1. Make sure you are using a supported version of Node.js, and upgrade if not.
14+
2. Make sure you are using a supported version of ESLint, and upgrade if not.

0 commit comments

Comments
 (0)