Skip to content

Instantly share code, notes, and snippets.

@sidk
Created October 28, 2018 06:23
Show Gist options
  • Save sidk/a91c863e46a6e32991f49d86b13ffa81 to your computer and use it in GitHub Desktop.
Save sidk/a91c863e46a6e32991f49d86b13ffa81 to your computer and use it in GitHub Desktop.
// REMOVE THIS LINE ~/.vim/after/ftplugin/jsx.vim
let b:ale_fixers = {}
let b:ale_fixers = ['prettier', 'eslint']
let b:ale_linters = ['eslint']
let b:ale_javascript_eslint_options = "--no-ignore"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment