yeoman / generator-mobile

Scaffold out a mobile project based on Web Starter Kit
http://yeoman.io
918 stars 99 forks source link

Improve code style #81

Closed arthurvr closed 9 years ago

arthurvr commented 9 years ago

Really small tweaks and instead of ignoring JSHint errors, fixed them. Also use the jshintrc instead of /*jshint camelcase:false */ all over the place.

Ref https://github.com/yeoman/generator-mobile/commit/bc42adf2355b297e4dd2e559a4888b5039e6baae, https://github.com/yeoman/generator-mobile/commit/29c5dbcb947f219c82eca200514788218bf26603

kevva commented 9 years ago

Wow, thanks! Never got around to finish this myself.