lint js more

This commit is contained in:
Loic Nageleisen 2015-10-13 15:51:45 +02:00
parent fd4656bf33
commit a533dbef96

1
vimrc
View file

@ -74,6 +74,7 @@ au BufRead,BufNewFile Guardfile setfiletype ruby
au BufRead,BufNewFile *.skim setfiletype slim
au BufRead,BufNewFile *.opal setfiletype ruby
let g:syntastic_ruby_checkers = ['mri', 'rubocop']
let g:syntastic_javascript_checkers = ['eslint']
let g:go_fmt_command = "goimports"
if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}'