Skip to content

Commit

Permalink
neovim: Enable eslint autofixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Kaplan committed Feb 6, 2020
1 parent d05c5e9 commit 34af3ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neovim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ let g:ale_fixers = {
\ 'prettier',
\ ],
\ 'javascript': [
\ 'eslint',
\ 'prettier',
\ ],
\ 'python': [
Expand Down

0 comments on commit 34af3ad

Please sign in to comment.