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

Migrate to @babel/eslint-parser #263

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

pdewouters
Copy link
Contributor

@pdewouters pdewouters commented May 12, 2021

I ran into an issue with eslint which led me to the solution - which is to use @babel/eslint-parser instead of babel-eslint which is deprecated.
Note that I had to also set BABEL_ENV = development in the script command
https://babeljs.io/blog/2020/07/13/the-state-of-babel-eslint

This fixes the issue when I run the linter locally, but the linter bot fails because our library doesn't have @babel/eslint-parser and @babel/eslint-plugin

@kadamwhite how could I test this to make it more likely to get merged without breaking anything?

@pdewouters pdewouters changed the title User @babel/eslint-parser Migrate to @babel/eslint-parser May 17, 2021
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 this pull request may close these issues.

None yet

1 participant