Syntastic - uniray7/nodejs-vim-IDE GitHub Wiki
I use jshint as my syntax checker.
- recommended-settings from jshint
- jshint options: it's for jshintrc
- you can install jshint globally
npm install -g jshint - when use vim, vim will find up for .jshintrc
TODO:
- add a sample jshintrc