Skip to content

Instantly share code, notes, and snippets.

@sergeysova
Created July 14, 2020 16:19
Show Gist options
  • Save sergeysova/5da9291c181fc295d7cc8e5370372dc4 to your computer and use it in GitHub Desktop.
Save sergeysova/5da9291c181fc295d7cc8e5370372dc4 to your computer and use it in GitHub Desktop.
jq '.devDependencies | keys | map(select(. | match("eslint"))) | .[]' package.json | xargs yarn remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment