Using JSHint with node
17 02|2012
Linting the easy way
For a project I am currently working on I wanted to lint my js files before everything gets built. I usually abuse Komodo Edit to build it anytime on save by calling a simple macro that runs `make`. But I was still using jshint inside Firefox and it really felt boring to prepend the same custom lint config on top of each new js file. Weeks ago I've seen a commit mes [...]