chore: Upgrade ESLint tooling to 9.39.4#1360
Closed
mrousavy wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7bab9b9 to
4de8637
Compare
4de8637 to
cf9eda2
Compare
Owner
Author
|
Superseded by #1362, which folds the remaining package upgrades into a single PR. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
9.39.4, the latest version compatible with React Native's published ESLint config peer range@eslint/jsto9.39.4and remove the obsolete@types/eslint__jsstub because@eslint/jsships its own types@react-native/eslint-configto0.85.3and addeslint-plugin-ft-flow@3.0.11so the React Native rules run on ESLint 9.eslintrcfiles to one rooteslint.config.mjsusing FlatCompatNotes
ESLint 10 is current, but it removes eslintrc entirely and the latest
@react-native/eslint-config@0.85.3only peers through ESLint 9. This PR moves to the latest compatible ESLint line and adopts flat config so the repo is off the deprecated eslintrc path.Validation
bun install --ignore-scriptsbun nitro lint-cibun nitrogen lint-cibun nitro-test lint-cibun nitro-test-external lint-cibun example lint-cibun run typecheckgit diff --check