[vim] set js checker to eslint
This commit is contained in:
parent
273e08061f
commit
53cca16b73
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ let g:syntastic_always_populate_loc_list = 1
|
||||||
let g:syntastic_auto_loc_list = 1
|
let g:syntastic_auto_loc_list = 1
|
||||||
let g:syntastic_check_on_open = 1
|
let g:syntastic_check_on_open = 1
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
|
let g:syntastic_javascript_checkers = ['eslint']
|
||||||
|
|
||||||
let b:match_words = '<:>,<tag>:</tag>'
|
let b:match_words = '<:>,<tag>:</tag>'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue