Last Updated: February 25, 2016
·
1.093K
· jonotron

Easy javascript syntax checking in vim

npm install -g jshint

Install the syntastic vim plugin (easiest if done with pathogen), restart vim.

Now when you save, syntastic will run the script through jshint and give errors.