mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Vue.js linting
This commit is contained in:
6
.vim/ftdetect/vue.vim
Normal file
6
.vim/ftdetect/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