We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the npm module @yarnpkg/eslint-config@latest with a supported version of ESLint and a non-deprecated config.
Due to configured dependencies, the highest ESLint version supported by @yarnpkg/eslint-config is the end-of-life version ESLint 8.x.
8.x
The lowest (and only currently) supported version of ESLint is ESLint 9.x, first released in Apr 2024. ESLint's supported configuration uses flat config files instead of deprecated config files.
9.x
PR #6276 already migrated to flat config.
According to the comment in that PR
I would have migrated us to Eslint 9, but eslint-plugin-react isn't compatible yet.
With minimum [email protected] ESLint v9 is supported, so that blocker has now been removed.
Multiple TypeScript formatting rules have moved to ESLint Stylistic and would need to be migrated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the user story
Use the npm module @yarnpkg/eslint-config@latest with a supported version of ESLint and a non-deprecated config.
Describe the solution you'd like
Due to configured dependencies, the highest ESLint version supported by @yarnpkg/eslint-config is the end-of-life version ESLint
8.x
.The lowest (and only currently) supported version of ESLint is ESLint
9.x
, first released in Apr 2024. ESLint's supported configuration uses flat config files instead of deprecated config files.PR #6276 already migrated to flat config.
According to the comment in that PR
With minimum [email protected] ESLint v9 is supported, so that blocker has now been removed.
Multiple TypeScript formatting rules have moved to ESLint Stylistic and would need to be migrated.
The text was updated successfully, but these errors were encountered: