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

Add support for flat config (eslint.config.js) #2220

Closed
rakleed opened this issue Nov 14, 2023 · 1 comment · Fixed by #1886
Closed

Add support for flat config (eslint.config.js) #2220

rakleed opened this issue Nov 14, 2023 · 1 comment · Fixed by #1886
Assignees

Comments

@rakleed
Copy link

rakleed commented Nov 14, 2023

From the next version 9, ESLint will deprecate the current eslintrc format, and by default will use the new flat config format (eslint.config.js). Already from version 8.21.0 you can use the flat config format. But your README doesn't say anything about how to configure in flat config, so I'm guessing you don't support it.

Guide to migrating a plugin to a flat config: https://eslint.org/docs/latest/extend/plugin-migration-flat-config

@hanc2006
Copy link

It would be nice to have a reference example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants