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
This PR updates ESLint to version 9 for all created projects and for
this very same repository as well.
Upgrading to ESLint 9 implies moving the inline ESLint config (located
at `package.json`) to a separate file: `.eslint.config.mjs`
([docs](https://eslint.org/docs/latest/use/migrate-to-9.0.0#flat-config)).
We are coming from discussion
#793
### Test plan
- Run `yarn lint` in this project to make sure linting is unaffected.
- Create a new project with `create-react-native-library` and run `yarn
lint` on the newly created project to make sure linting does not report
any error.
0 commit comments