Added some changes for js/css/ejs

This commit is contained in:
Damien Broqua 2020-08-17 11:52:31 +02:00
parent 83d9abae43
commit 729a3a1cdd
3 changed files with 24 additions and 15 deletions

View file

@ -0,0 +1,4 @@
" Fix files with prettier, and then ESLint.
let b:ale_fixers = ['prettier', 'eslint']
" Equivalent to the above.
let b:ale_fixers = {'javascript': ['prettier', 'eslint']}