1
0
Fork 0
mirror of synced 2024-09-21 05:32:55 -04:00
ultimate-vim/sources_non_forked/vim-vue/syntax_checkers/vue/eslint.vim

14 lines
310 B
VimL
Raw Normal View History

2017-10-11 11:09:53 -04:00
" Vue cofiguration for Syntastic
if exists('g:loaded_syntastic_vue_eslint_checker')
finish
endif
let g:loaded_syntastic_vue_eslint_checker = 1
call g:SyntasticRegistry.CreateAndRegisterChecker({
\ 'filetype': 'vue',
\ 'name': 'eslint',
\ 'redirect': 'javascript/eslint'
\ })