Skip to content

Remove support for babel-eslint #1040

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

Closed
1 of 4 tasks
sindresorhus opened this issue Jan 19, 2021 · 4 comments · Fixed by #1211
Closed
1 of 4 tasks

Remove support for babel-eslint #1040

sindresorhus opened this issue Jan 19, 2021 · 4 comments · Fixed by #1211
Assignees

Comments

@sindresorhus
Copy link
Owner

sindresorhus commented Jan 19, 2021

It's not maintained anymore, so I don't think it makes sense for us to support it.

I think we can do 1 right now, and do the rest a little bit later on to give people time to migrate.

@fisker Thoughts?

@fisker
Copy link
Collaborator

fisker commented Jan 19, 2021

In my experience,

  1. babel-eslint is still very popular, people don't even know there is a new one.
  2. @babel/eslint-parser is hard to config.

I think it's still too early to remove support for babel-eslint.

@sindresorhus
Copy link
Owner Author

We should at least document that @babel/eslint-parser is recommended to make people aware.

@fisker
Copy link
Collaborator

fisker commented Jan 19, 2021

Sure.

@fisker
Copy link
Collaborator

fisker commented Apr 25, 2021

  • Document that babel-eslint is not supported.

babel-eslint already have show deprecated message when installing, babel/babel#12702

  • Detect and throw at runtime?

I don't think it's necessary.

ExperimentalRestProperty removed in #1211, but that workaround is still an issue, I'll report to the new babel repo.

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.

2 participants