Default to eslint
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user