-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Plan v13 Release #2060
Comments
We'll need eslint v9 support too. Currently I get this error
eslint-plugin-ember/lib/rules/require-return-from-computed.js Lines 69 to 70 in 7e6bca9
That's just the one I found, there is potentially other things that need to change for eslint v9 |
Can you file a separate issue for that? ESLint v9 support can be fixed in a bug fix release. |
Can do, wasn't sure. Will jump on that first thing tomorrow |
Fixed eslint v9 issues here: #2153 |
I think we should remove |
Breaking changes:
recommended
config torecommended-legacy
, move flat config into exportedconfigs
object asrecommended
, remove string export for flat configs (per Change Request: Standardized export of flat configs to enable programmatic detection eslint/eslint#18095 (comment))^18.18.0 || ^20.9.0 || >=21.1.0"
to match ESLintPrevious release:
The text was updated successfully, but these errors were encountered: