PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

fix: trailling styleguide mistakes #225

Closed bernardocs closed 7 years ago

bernardocs commented 7 years ago

Hey guys!

I made a little correction on the temp.spec.js.

I use your project as a boilerplate and the component scaffolding quite often. Then I've set up eslint on webpack and a CI that runs eslint . at the root of the project.

Thing is... the *.spec.js files were getting the same style error: Missing semicollon and Space after comma.

All these components were generated by the scaffolding. So I just fixed this little detail left behind.

Cheers.

fesor commented 7 years ago

Thank!