You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: `prettier` should not be declared in dependencies in the ESLint config because it can trigger issues when a different version is installed on the client app. `prettier` is already declared as `peerDependencies` and in the [README](https://github.com/facebook/react-native/blob/main/packages/eslint-config-react-native-community/README.md), it's explicitly asked to install it: ``` yarn add --dev eslint prettier react-native-community/eslint-config ``` ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General] [Fixed] - Remove prettier from dependencies in eslint-config Pull Request resolved: #33125 Test Plan: - Install the package `react-native-community/eslint-config` and ensure everything works the same as before Reviewed By: yungsters Differential Revision: D34305118 Pulled By: ShikaSD fbshipit-source-id: 65a3a79008cd5e28cc6aa93ef4a5032990b4e9f8
0 commit comments