werein/react

ESLINT requires node5

rjcossa opened this issue · 1 comments

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

Hey,

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