Skip to content

Instantly share code, notes, and snippets.

@ccaspers
Created April 21, 2023 14:17
Show Gist options
  • Save ccaspers/4b3fadc702fdc2ed8f244210fbef2e39 to your computer and use it in GitHub Desktop.
Save ccaspers/4b3fadc702fdc2ed8f244210fbef2e39 to your computer and use it in GitHub Desktop.
Open Files With Lint Errors in VSCode
npx eslint src -f compact | awk -F ":" '{print $1}' | uniq | head -n -2 | xargs code -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment