FountainJS / generator-fountain-react

Yeoman 'fountain' generator to start a webapp with React
http://fountainjs.io
MIT License
36 stars 11 forks source link

jshint errors on newly scaffolded Redux TODO MVC app #76

Closed defcronyke closed 7 years ago

defcronyke commented 7 years ago

Line 40 in app/components/TodoTextInput.js. It doesn't want quotes around the 'edit' key name. Before removing the quotes, the app fails to load.

Swiip commented 7 years ago

It's eslint and not jshint. It's fixed and merged waiting for the next release.