I added this specifically so that vim will run JSHint on my JavaScript code when I save a file. Note: jshint needs to be installed and can be installed from npm with `npm install -g jshint`
I added this specifically so that vim will run JSHint on my JavaScript code when I save a file. Note: jshint needs to be installed and can be installed from npm with `npm install -g jshint`