Skip to content

Commit

Permalink
Add jshint checker
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed May 4, 2016
1 parent 78d12a4 commit 37437cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Expand Up @@ -853,6 +853,7 @@ let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 0
let g:syntastic_check_on_wq = 0

let g:syntastic_javascript_checkers = ['jshint', 'jscs']
let g:syntastic_html_checkers = []
let g:syntastic_javascript_checkers = ['jshint'] " TODO: disable 'jscs' for now, until it's sane again

" }}}

0 comments on commit 37437cb

Please sign in to comment.