[vim] set js checker to eslint

This commit is contained in:
Josh Sherman 2017-06-26 11:28:53 -05:00
parent 273e08061f
commit 53cca16b73
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -90,6 +90,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 = ['eslint']
let b:match_words = '<:>,<tag>:</tag>'