Migrating .eslintrc.json to eslint.config.mjs #74612
Unanswered
RampantDespair
asked this question in
Help
Replies: 1 comment 1 reply
-
It is on the making, as per this PR: #73873 To be honest, this whole eslint9, I kept it on the background, but a few days ago, I tried it myself, and boy was a bit of work... I ended up just running the migration script, and keeping that as is, for now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I wish to migrate nextjs's eslint config to the new format.
My
.eslintrc.json
contains this:I've tried
npx @eslint/migrate-config .eslintrc.json
Which gives me this:
However looking at other configuration providers like
@eslint/js
andtypescript-eslint
, they can do that:I wasn't able to figure out how to do the same with next's configs.
Is this currently not supported or am I just not figuring out how to do this properly?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions