Skip to content

Instantly share code, notes, and snippets.

@josefaidt
Created January 11, 2019 21:53
Show Gist options
  • Save josefaidt/d957732493baef16b50ffdf3b13b7b16 to your computer and use it in GitHub Desktop.
Save josefaidt/d957732493baef16b50ffdf3b13b7b16 to your computer and use it in GitHub Desktop.
fish shell eslint wrapper to use universal config; place in `config.fish` or functions directory
function eslint
command eslint --config ~/.config/.eslintrc.js $argv
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment