Default to eslint

This commit is contained in:
Yan Pritzker
2016-07-22 10:55:04 -05:00
parent fdc786984b
commit c5263b3409

View File

@@ -7,6 +7,10 @@ let g:syntastic_auto_loc_list=1
"don't care about warnings "don't care about warnings
let g:syntastic_quiet_messages = {'level': 'warnings'} let g:syntastic_quiet_messages = {'level': 'warnings'}
" Default to eslint. If you need jshint, you can override this in
" ~/.vimrc.after
let g:syntastic_javascript_checkers = ['eslint']
" I have no idea why this is not working, as it used to " I have no idea why this is not working, as it used to
" be a part of syntastic code but was apparently removed " be a part of syntastic code but was apparently removed
" This will make syntastic find the correct ruby specified by mri " This will make syntastic find the correct ruby specified by mri