-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
fix(eslint-config): switch to new babel parser #34020
Conversation
@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: ea29ae1 |
Thanks for sending this over @Kerumen This is sadly not sufficient. Please check another other similar attempt here: We need to update all the references of |
@cortinico I don't see a lot of reference. Maybe I should also update the test here? |
A quick grep returns this:
|
The only important one here are |
Yeah the should all be updated.
|
@cortinico Done! ✅ |
Great 👍 The problem is that now we need to make the CI green |
Base commit: ea29ae1 |
The CI is green now! 🟢 Here is what I did:
|
Awesome stuff! We'll re-import this and we should be fine merging it 👍 |
@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Any progress here? 🚀 |
Sadly not. I've been trying to merge this PR internally, but our setup related to babel is quite intricate and it's more challenging than expected. |
This pull request was successfully merged by @Kerumen in 97291bf. When will my fix make it into a release? | Upcoming Releases |
Kudos to @jacdebug for unblocking this 👍 |
Summary
babel-eslint
is deprecated now. We should use the new Babel parser.Changelog
[General] [Fixed] - Use new Babel parser instead of deprecated one
Test Plan
Ensure lint is working as expected.