mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Moved vue linter config to a better location
This commit is contained in:
6
.vim/after/ftplugin/vue.vim
Normal file
6
.vim/after/ftplugin/vue.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
" Run both javascript and vue linters for vue files.
|
||||
let b:ale_linter_aliases = ['javascript', 'vue']
|
||||
" Select the eslint and vls linters.
|
||||
let b:ale_linters = ['eslint', 'vls']
|
||||
|
||||
let b:ale_fixers = ['prettier', 'eslint']
|
||||
Reference in New Issue
Block a user