Skip to content
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

Feat: Support eslint v9 #879

Open
2 of 6 tasks
mikkancso opened this issue Apr 16, 2024 · 1 comment
Open
2 of 6 tasks

Feat: Support eslint v9 #879

mikkancso opened this issue Apr 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mikkancso
Copy link
Contributor

mikkancso commented Apr 16, 2024

Which areas does this feature request relate to

  • Create Plugin
  • Sign Plugin
  • Plugin E2E
  • Documentation

Problem

I'd like to update eslint to version 9 in my plugin.
As the migration guide points out, it uses a new configuration format (config migration guide here).
This means that in order to migrate to eslint v9, we'd need to migrate the base eslint config file too (.config/.eslintrc) which is controlled by create-plugin.

Solution

Migrate the base eslint config to the new "flat" config format according to their guide, and provide consumers of create-plugin a migration guide, as well.

Note: I have not fully read the eslint v9 migration guide, so there might be other things to do for a successful migration.

Alternatives

No response

Additional context

No response

Are you interested in contributing the solution?

  • Yes
  • No
@mikkancso mikkancso added the enhancement New feature or request label Apr 16, 2024
@tolzhabayev
Copy link
Collaborator

Hey @mikkancso we will eventually get to this, but given that there is a bigger migration needed to make this work - we will let this sit for a while until there is a clear benefit of moving to eslint v9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 💡 Ideation
Development

No branches or pull requests

2 participants