mirror of
https://github.com/amix/vimrc
synced 2025-08-01 10:25:01 +08:00
add eslint support
This commit is contained in:
@ -45,3 +45,6 @@ let g:mwDefaultHighlightingNum = 10
|
|||||||
" Vim-jsx
|
" Vim-jsx
|
||||||
let g:jsx_ext_required = 0
|
let g:jsx_ext_required = 0
|
||||||
|
|
||||||
|
" Eslint
|
||||||
|
let g:syntastic_javascript_checkers = ['eslint']
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user