Created
January 11, 2019 21:53
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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