-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Does not support ESLint v9.0.0 #10
Comments
These guides were shared while discussing Suspenders and this issue during our Web team sync. Eslint Migrate to 9.x Guide |
Based on the guides, I tried to create a
but hit an error in
This does seem like an issue in I found in a playground how Flat configs must be specified for ESLint 9.0.0+ and tried that. After installing a few Based on all this information, I feel like supporting ESLint 9.0.0+ might take longer due to our external dependencies. |
The recent release of [ESLint v9.0.0][] made it so [flat config][] is the new default. Until we can update [thoughtbot/eslint-config][] to [support][] this version, we'll pin ESLint to `^8.9.0` in an effort to ship this next release of Suspenders. [ESLint v9.0.0]: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/ [flat config]: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/#flat-config-is-now-the-default-and-has-some-changes [thoughtbot/eslint-config]: https://github.com/thoughtbot/eslint-config [support]: thoughtbot/eslint-config#10
The recent release of [ESLint v9.0.0][] made it so [flat config][] is the new default. Until we can update [thoughtbot/eslint-config][] to [support][] this version, we'll pin ESLint to `^8.9.0` in an effort to ship this next release of Suspenders. [ESLint v9.0.0]: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/ [flat config]: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/#flat-config-is-now-the-default-and-has-some-changes [thoughtbot/eslint-config]: https://github.com/thoughtbot/eslint-config [support]: thoughtbot/eslint-config#10
Environment
yarn:
1.22.17
node:
21.4.0
Steps to reproduce
yarn add eslint@latest
yarn add @thoughtbot/eslint-config --dev
.eslintrc.json
with the following:ESLINT_USE_FLAT_CONFIG
set tofalse
per the latest release's recommendations.Note the following output:
The text was updated successfully, but these errors were encountered: