Allow eslint to be used to fix vue files

This commit is contained in:
Kevin MacMartin 2018-03-16 14:29:21 -04:00
parent 885ff7177f
commit 68f480a867

View file

@ -28,7 +28,8 @@ let g:ale_lint_on_insert_leave = 1
"list of ale fixers "list of ale fixers
let g:ale_fixers = { let g:ale_fixers = {
\ 'javascript': [ 'eslint' ] \ 'javascript': [ 'eslint' ],
\ 'vue': [ 'eslint' ]
\ } \ }
"don't run ale on minified files "don't run ale on minified files