1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

add eslint support

This commit is contained in:
Chris Hu 2016-08-22 21:11:36 +08:00 committed by Huaishun Hu
parent 5fdb80a985
commit 75e20d6539

View File

@ -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']