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

'babel-eslint' deprecation and rename #474

Open
wilt-rally opened this issue Mar 24, 2021 · 2 comments
Open

'babel-eslint' deprecation and rename #474

wilt-rally opened this issue Mar 24, 2021 · 2 comments

Comments

@wilt-rally
Copy link

Babel's eslint parser has been moved into their main monorepo, and republished under a different name:

Because the name is different, eslintrc configuration settings will need to change from

"parser": "babel-eslint",

to

"parser": "@babel/eslint-parser",

Making this change to this plugin's recommended config seems to me like a breaking change.

babel-eslint still seems to work fine, even with recent babels, but it's been a year since it's had updates and I assume something will break eventually.

@Brianzchen
Copy link
Contributor

Maybe update as new major version and then specify a peerDependency in package.json so that consumers know they need this?

@maicol07
Copy link

+1 for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants