Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable react-in-jsx-scope rule in eslint config (#46587)
Summary: All newly generated react native apps are still showing warnings to use react in the jsx scope. That is not needed anymore as of react 18 with built-in jsx transform plugin. Reproduction: https://github.com/matinzd/react-in-jsx-warning-repro Run `npm run lint` in this repo. ## Changelog: [GENERAL] [FIXED] - Disable `react-in-jsx-scope` rule in eslint config Pull Request resolved: #46587 Test Plan: Initiate a new template with community CLI and you should not see this warning anymore. Reviewed By: christophpurrer Differential Revision: D67394923 Pulled By: cipolleschi fbshipit-source-id: cfe8e44e33e1b3ae9fe17ca56dd3c7258b7bff69
- Loading branch information