Skip to content

Instantly share code, notes, and snippets.

@zjrosen1
Last active December 20, 2016 04:45
Show Gist options
  • Save zjrosen1/b425475cf8fe5fe671a34c992f231caa to your computer and use it in GitHub Desktop.
Save zjrosen1/b425475cf8fe5fe671a34c992f231caa to your computer and use it in GitHub Desktop.
Open Files in VIM from eslint output
vim `eslint --no-eslintrc -f compact --rule no-unused-vars:error 'src/**/*.js' | sed -ne 's/:.*$//p' | uniq`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment