add eslint support
This commit is contained in:
parent
5fdb80a985
commit
75e20d6539
1 changed files with 3 additions and 0 deletions
|
@ -45,3 +45,6 @@ let g:mwDefaultHighlightingNum = 10
|
|||
" Vim-jsx
|
||||
let g:jsx_ext_required = 0
|
||||
|
||||
" Eslint
|
||||
let g:syntastic_javascript_checkers = ['eslint']
|
||||
|
||||
|
|
Loading…
Reference in a new issue