Support ESLint Flat Config #1686
shinGangan
started this conversation in
Ideas
Replies: 2 comments
-
Hey @shinGangan, We're definitely open to this. Feel free to open a PR |
Beta Was this translation helpful? Give feedback.
0 replies
-
@segunadebayo , thank you. Supporting Flat Config and migrating 'typescript-eslint' to v6 are different in content. So I will submit a separate Pull Request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In ESLint v8.0.0, only eslintrc format is supported.
the new flat format ‘Flat Config’ will be the default in ESLint v9.0.0
Problem Statement/Justification
Hi @segunadebayo and maintainer team.
Thanks to the great work of the maintainer team 👏
In ESLint v8.0.0, only eslintrc format is supported.
the new flat format ‘Flat Config’ will be the default in ESLint v9.0.0.
Do you have plans for supporting flat config in Panda CSS?
I would be happy to help if you plan to support to do.
Proposed Solution or API
We are experimenting with the following on this branch
eslint.config.js
.eslintrc.js
,.eslintignore
recommended
,stylistic
('typescript-eslint' team recommended).stylistic
once so that they do not affect the roadmapIf there are no problems, I would like to submit a Pull Request.
/playground
and/sandbox
would like to supported by another Pull RequestsAlternatives
No response
Additional Information
ESLint
@typescript-eslint
Beta Was this translation helpful? Give feedback.
All reactions