I could not find a simple solution for JSHinting Javascript code in Teamcity.
As far as I can tell, I will need to install node.js in the build agent in order to be able to run JSHint from the command line.
Is there a solution that does not involve installing a new platform on the build server? Maybe a simple executable is copied to a network share?
We use Windows machines and Visual Studio for development.
source share