From 4637d18ad9b74570694689ec0bbda7a82f1bb262 Mon Sep 17 00:00:00 2001 From: Erik F Date: Thu, 23 May 2024 21:16:51 +1000 Subject: [PATCH] doc: refer to eslint 9 migration guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a14bbd5f5..15b68d80b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ yarn add --dev eslint eslint-plugin-jest > Refer to the > [ESLint documentation on the new configuration file format](https://eslint.org/docs/latest/use/configure/configuration-files-new) > for more. +> For information on migrating from `.eslintrc` to `eslint.config.js`, or to learn more about the differences, checkout their [migration guide](https://eslint.org/docs/latest/use/configure/migration-guide) Add `jest` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix: