Skip to content

Commit 830424f

Browse files
authored
docs: Update migrate-config README (#45)
1 parent 8373721 commit 830424f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/migrate-config/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ bunx @eslint/migrate-config .eslintrc.json --commonjs
4242

4343
Once you have completed the migration, you may need to manually modify the resulting config file.
4444

45-
### Double-Check Compatibility
45+
### Upgrade Plugins and Double-Check Compatibility
4646

47-
There are some plugins that might be used with compatibility features in the output that may no longer need them. You should double-check your plugins to see if they have fully ESLint v9-compatible versions of the packages.
47+
For any plugins used in your configuration file, make sure to upgrade to the latest version. Many plugins are creating their v9-compatible versions and this tool may be out-of-date in relation to which plugins fully support v9.
48+
49+
After upgrading, double-check if the plugin still needs any of the compatibility utilities that were autogenerated as part of the migration.
4850

4951
### `--ext`
5052

0 commit comments

Comments
 (0)