vim-eslint-fix : A vim plugin that fix the current file by eslint
script karma |
Rating 1/1,
Downloaded by 789 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
joey fang |
|
script type |
patch |
|
description |
A vim plugin that fix the current file by eslint
|
|
install details |
usage:
".vimrc
function! PrettyFile()
if &filetype=="javascript"
if exists('g:loaded_Beautifier')
call JsBeautify()
endif
if exists('g:loaded_ESLintFix')
call ESLintFix()
endif
end
endfunction
"pretty the file before saving.
autocmd BufWritePre * execute 'call PrettyFile()'
"see more https://github.com/josudoey/vim-eslint-fix |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.205.26.39
|