From 4eca14fc2d30e8a3e23bb408d2d915fe3f0c99fc Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 2 Sep 2015 01:11:08 -0700 Subject: [PATCH] Update js and json syntatic checkers --- vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 0ae513e..e39582b 100644 --- a/vimrc +++ b/vimrc @@ -65,12 +65,11 @@ let NERDTreeIgnore = ['\.pyc$'] let g:syntastic_phpcs_disable=1 let g:syntastic_auto_loc_list=1 let g:syntastic_stl_format = '[%E{Err: %fe #%e}%B{, }%W{Warn: %fw #%w}]' -"let g:syntastic_json_checker = "jsonlint" +let g:syntastic_json_checker = "jsonlint" let g:syntastic_scss_checkers = [] let g:syntastic_css_checkers = [] let g:syntastic_html_checkers=[] -"let g:syntastic_javascript_checkers = ['jshint', 'jscs'] -let g:syntastic_javascript_checkers = ['jshint'] +let g:syntastic_javascript_checkers = ['jshint', 'eslint', 'jscs'] " Close all open buffers on entering a window if the only " buffer that's left is the NERDTree buffer