-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(eslint-config): update eslint-plugin-react-native (#30350)
Summary: Currently, installing `react-native-community/eslint-config` with projects using eslint v7 causes the following warning ``` warning "react-native-community/eslint-config > eslint-plugin-react-native@3.8.1" has incorrect peer dependency "eslint@^3.17.0 || ^4 || ^5 || ^6". ``` This PR updates the eslint-plugin-react-native module to suppress the warning ## 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 --> [Internal] [Changed] - update eslint-plugin-react-native for community eslint-config Pull Request resolved: #30350 Test Plan: eslint working without error with projects using eslint v7 Reviewed By: GijsWeterings Differential Revision: D25480912 Pulled By: nadiia fbshipit-source-id: 2a956070e5bb75168d68501f9ec9486a34011349
- Loading branch information
1 parent
272ef6b
commit 3cebd35
Showing
4 changed files
with
118 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters