werein / react

Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss

Home Page:https://wereinhq.com/guides/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESLINT requires node5

rjcossa opened this issue · 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 :)