Skip to content

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.

1 participant