1
0
Fork 0

neovim: Enable eslint autofixer

This commit is contained in:
Jeremy Kaplan 2020-02-06 11:15:29 -08:00
commit 34af3ad667

View file

@ -186,6 +186,7 @@ let g:ale_fixers = {
\ 'prettier',
\ ],
\ 'javascript': [
\ 'eslint',
\ 'prettier',
\ ],
\ 'python': [