Skip to content

Commit

Permalink
set ale fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
icehess committed Sep 4, 2021
1 parent 5a88bc2 commit 20cce19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vim/ftplugin/javascript.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let b:ale_fixers = ['prettier', 'eslint']
1 change: 1 addition & 0 deletions .vim/ftplugin/typescript.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let b:ale_fixers = ['prettier', 'eslint']

0 comments on commit 20cce19

Please sign in to comment.