From 6e4cee72ac2f9964d62392c2654abd0086e957f7 Mon Sep 17 00:00:00 2001 From: Sebastian Luque Date: Tue, 12 Nov 2024 21:21:28 -0500 Subject: [PATCH] updated readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 88d329e..0f3e84a 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,16 @@ This is a custom eslint config for my projects. It uses the latest flat config v }; ``` +- If using Expo, `eslint-config-expo` uses outdated versions, so you need to add the following to your `package.json`: + + ```json + "pnpm": { + "overrides": { + "eslint-plugin-react-hooks": "^5.0.0" + } + } + ``` + ### Plugins included: - [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)