mirror of
1
0
Fork 0

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
1 changed files with 3 additions and 0 deletions

View File

@ -45,3 +45,6 @@ let g:mwDefaultHighlightingNum = 10
" Vim-jsx
let g:jsx_ext_required = 0
" Eslint
let g:syntastic_javascript_checkers = ['eslint']