1
0
Fork 0
mirror of synced 2024-06-16 05:51:11 -04: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']