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