Swap to eslint.
This commit is contained in:
parent
4809e7ce6b
commit
4195943011
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -88,7 +88,7 @@ let g:syntastic_always_populate_loc_list = 1
|
|||
let g:syntastic_auto_loc_list = 1
|
||||
let g:syntastic_check_on_open = 1
|
||||
let g:syntastic_check_on_wq = 0
|
||||
let g:syntastic_javascript_checkers = ['jsxhint']
|
||||
let g:syntastic_javascript_checkers = ['eslint']
|
||||
|
||||
" toggle syntastic's checking
|
||||
nmap <F4> :SyntasticToggleMode<CR>
|
||||
|
|
Loading…
Reference in a new issue