Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwd committed Nov 13, 2024
1 parent 3e14caa commit 6e4cee7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6e4cee7

Please sign in to comment.