Skip to content

Commit

Permalink
plugin for react & check javascript with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
huangguozhen committed Jan 8, 2016
1 parent d3eb4e2 commit 5e02e35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .vimrc.bundles.local
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
UnBundle 'spf13/vim-colors'
Bundle 'tmux-plugins/vim-tmux'
"Bundle 'tmux-plugins/vim-tmux'
UnBundle 'briancollins/vim-jst'
UnBundle 'kchmck/vim-coffee-script'
Bundle 'mxw/vim-jsx'
Bundle 'editorconfig/editorconfig-vim'
Bundle 'justinj/vim-react-snippets'
9 changes: 5 additions & 4 deletions .vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ else
colors molokai
endif


" javascript {
let g:syntastic_check_on_open = 1
let g:syntastic_javascript_checkers = ['jshint']
let g:syntastic_javascript_jshint_exec = '/home/zhen/.nvm/versions/node/v0.12.7/bin/jshint'
"let g:syntastic_check_on_open = 1
"let g:syntastic_javascript_checkers = ['jshint']
"let g:syntastic_javascript_jshint_exec = '/home/zhen/.nvm/versions/node/v0.12.7/bin/jshint'
let g:jsx_ext_required = 0
let g:syntastic_javascript_checkers = ['eslint']
" }

"if exists('$ITERM_PROFILE')
Expand Down

0 comments on commit 5e02e35

Please sign in to comment.