-
-
Notifications
You must be signed in to change notification settings - Fork 29
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: re-export flat configs "flat/*" #453
Conversation
e331138
to
058a505
Compare
long-time plan: v6: no action v7: rename 'flat/*' => '*'; eslintrc config '*' => 'legacy/*'? v8~: remove eslintrc supports
058a505
to
20a090c
Compare
d032436
to
042ef40
Compare
I think the plan you've described makes sense and aligns with the recommendation I wrote in eslint/eslint#18095 (comment). We could also get rid of the direct string imports like |
I think it's fine to keep it, as long as it doesn't come with large maintenance costs. :) |
It doesn't have much maintenance cost, but long-term, I still think it's preferable to standardize on a single means of using flat config with the standard |
yes, we can remove them all when dropping the eslintrc supports. :) |
long-time plan:
v6: no action
v7: rename
flat/*
=>*
; eslintrc config*
=>legacy/*
?v8~: remove eslintrc supports