You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want ESLint to give me a list of file paths and rule configurations, oxc will parse and lint the files in parallel and hand back all the necessary details for disable comments, code fixes and diagnostics reporting.
So eslint is kind of the "frontend" for configurations, and we (oxlint) take care of the rest.
The community is asking for flat config support, so we need to add it. oxc-project/oxc#4720.
It looks like the most asked for approach is a migration step. Before we do this, there are several other config features we need to add.
I'd love to hear any feedback, comments, questions, or concerns.
Prerequisites
extends
as well?Todo
The text was updated successfully, but these errors were encountered: