Y
Hacker News
new
|
ask
|
show
|
jobs
by
dugmartin
4009 days ago
If you add a lint checker, like jshint, to your build steps those kinds of bugs are found instantly. You can also add these specific style guide checks to your build steps using jscs (
https://www.npmjs.com/package/jscs
).