1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 01:15:10 +01:00

More javascript fixers: introducing prettier

This commit is contained in:
2019-03-21 09:30:24 +01:00
parent f56ce437aa
commit e03169a63b

2
.vimrc
View File

@@ -342,7 +342,7 @@ let g:ale_maximum_file_size = 500000 " Don't lint large files (> 500KB), it can
let g:ale_fixers = {}
" Python specific settings
let g:ale_fixers.python = ['isort']
let g:ale_fixers.javascript = ['eslint']
let g:ale_fixers.javascript = ['eslint', 'prettier']
" See VIMHOME/after/ftplugin/python.vim for some pylint configuration, also checking whether a
" project uses Django