Skip to content

Instantly share code, notes, and snippets.

@jamesflorentino
Created December 10, 2016 06:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesflorentino/463a252114ee9db6ce5762f8f1eae94d to your computer and use it in GitHub Desktop.
Save jamesflorentino/463a252114ee9db6ce5762f8f1eae94d to your computer and use it in GitHub Desktop.
function ESLintFix()
silent execute "!./node_modules/.bin/eslint --fix %"
edit! %
Neomake
endfunction
nnoremap <leader><leader> :call ESLintFix()<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment