1
0
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:
2019-03-20 12:28:49 +01:00
parent f99a2fb6e8
commit f56ce437aa

View 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']