react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

Trailing space in template 4/components/Base.js #244

Closed sthzg closed 8 years ago

sthzg commented 8 years ago

On 4.x, components created with the component subgen have an additional space on line 7, which by the default settings trigger an error 7:1 error Trailing spaces not allowed no-trailing-spaces.

weblogixx commented 8 years ago

Hi @sthzg,

just merged your pull request. Thank you for the hint!