Add JsHint
Closed this issue · 0 comments
rmariuzzo commented
We would like to have a task that run JsHint against all JS source code (including test specs), something like: npm run jshint
.
Also, we should run JsHint when running: npm run build:dist
too to ensure our code is JsHint'ed.