CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Make all core code pass JSHint #134

Closed FilipNest closed 8 years ago

FilipNest commented 8 years ago

JSHint header I'm using is:

/*jshint nomen: true, node:true */
/* globals iris,mongoose,Promise */
adam-clarey commented 8 years ago

Did this get pushed in?

FilipNest commented 8 years ago

My first one did (see "merged" above). Still more to do and I'm not sure how the testing side is going.

FilipNest commented 8 years ago

We're at the stage where we can turn JSHint on on the automatic tests.