alexkuz / flask-react-boilerplate

MIT License
368 stars 59 forks source link

changed eslint from beta 6 to beta 10 #6

Closed patrickxie closed 8 years ago

patrickxie commented 8 years ago

There were a few errors when trying to deploy on heroku with eslint beta 6, after doing some research I found that eslint-beta-9+ makes deploy error free.

Btw this is a nice boilerplate to kickstart a project for a python react dev, thanks for the good work.

alexkuz commented 8 years ago

Thank you! I've updated packages via npm-check-updates, didn't notice there is a beta package, probably shouldn't use beta at all - but if it's working, let's leave it there :)