jshint as default syntastic checker

This commit is contained in:
Simo-Pekka Kerkelä 2015-07-16 15:53:58 +03:00
parent dbf2b5d5ee
commit 8ba66f41fc

View file

@ -49,3 +49,5 @@ set ruler
autocmd vimenter * NERDTree
au FileType javascript setlocal nocindent
colorscheme wasabi256
let g:syntastic_javascript_checkers = ['jshint']