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

ESLINT requires node5 #57

Closed
rjcossa opened this issue Mar 25, 2018 · 1 comment
Closed

ESLINT requires node5 #57

rjcossa opened this issue Mar 25, 2018 · 1 comment

Comments

@rjcossa
Copy link

rjcossa commented Mar 25, 2018

Hi,

I noticed that ESLINT was not working with the project on Atom due to the absence of the node5 babel preset.

What I had to do to fix the issue for my project was to add the preset to the dependencies with the following command:
npm install babel-preset-node5 --save

It's now working, maybe add it to the base project's dependencies

@jirikolarik
Copy link
Member

Hey,

sorry for the enormous delay. Will check right away :)

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

No branches or pull requests

2 participants