Skip to content

Instantly share code, notes, and snippets.

@dhlavaty
Created May 25, 2021 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhlavaty/1e1c82bc42239e8788a82a1c99c7ae9b to your computer and use it in GitHub Desktop.
Save dhlavaty/1e1c82bc42239e8788a82a1c99c7ae9b to your computer and use it in GitHub Desktop.
Group and count eslint warnings
yarn run eslint | grep -o "warning.*$" | sed -e's/  */ /g' | sort | uniq -c | sort 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment