From c5263b3409e319ae55ea5877b3de166acbc25fbb Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 22 Jul 2016 10:55:04 -0500 Subject: [PATCH] Default to eslint --- vim/settings/syntastic.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/settings/syntastic.vim b/vim/settings/syntastic.vim index a9eeb371..6cdb90d7 100644 --- a/vim/settings/syntastic.vim +++ b/vim/settings/syntastic.vim @@ -7,6 +7,10 @@ let g:syntastic_auto_loc_list=1 "don't care about 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 " be a part of syntastic code but was apparently removed " This will make syntastic find the correct ruby specified by mri