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)