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

chore: migrate to @babel/eslint-parser #10761

Merged
merged 10 commits into from
Jul 14, 2021

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Mar 29, 2021

Fixes #10636

I am not familiar with the codebase, let me know I misses something. Thanks!

Copy link
Contributor

@ianschmitz ianschmitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @JLHwung !

packages/eslint-config-react-app/base.js Outdated Show resolved Hide resolved
packages/eslint-config-react-app/package.json Show resolved Hide resolved
@JLHwung JLHwung force-pushed the switch-to-babel-eslint-parser branch from 5a2da07 to 4afd4a6 Compare April 22, 2021 18:37
@JLHwung
Copy link
Contributor Author

JLHwung commented Apr 22, 2021

The CI reports that react-app can not be loaded by eslint, likely because @babel/eslint-parser is not provided in certain e2e fixture package.json. However I don't know where are these package.json, help will be appreciated.

/cc @ianschmitz

@karlhorky
Copy link

Is it maybe having to update the yarn.lock.cached file?

https://github.com/JLHwung/create-react-app/blob/f7109764702dcd376c39c25cc9cadb145472f4f4/packages/create-react-app/yarn.lock.cached#L2431-L2441

@JLHwung JLHwung force-pushed the switch-to-babel-eslint-parser branch from c50ef6b to 3d18c0a Compare May 14, 2021 14:23
@mrmckeb mrmckeb self-assigned this Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Package Update] Switch from babel-eslint to @babel/eslint-parser to get latests fixes
10 participants