mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
add eslint support
This commit is contained in:
parent
5fdb80a985
commit
75e20d6539
@ -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 New Issue
Block a user