Last active
December 20, 2016 04:45
-
-
Save zjrosen1/b425475cf8fe5fe671a34c992f231caa to your computer and use it in GitHub Desktop.
Open Files in VIM from eslint output
This file contains 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
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