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

Support configuration file eslint.config.js #240

Closed
jstritch opened this issue Jun 5, 2023 · 1 comment · Fixed by #311
Closed

Support configuration file eslint.config.js #240

jstritch opened this issue Jun 5, 2023 · 1 comment · Fixed by #311
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jstritch
Copy link

jstritch commented Jun 5, 2023

ESLint is introducing a new flat configuration file structure. They make the statement We are transitioning to a new config system in ESLint v9.0.0. The config system shared on this page is currently the default but will be deprecated in v9.0.0. at https://eslint.org/docs/latest/use/configure/configuration-files. The new structure is described at https://eslint.org/docs/latest/use/configure/configuration-files-new.

I believe some changes are required for eslint-plugin-jsonc to work with the new format.

@ota-meshi
Copy link
Owner

Thank you for posting this issue.
I think we need to support the new config format after v9 is released. Please consider submitting a PR if you need it before then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants