Skip to content

Instantly share code, notes, and snippets.

@tusharmath
Created December 25, 2017 13:43
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 tusharmath/4068bee52c23c848a35a7af09922c8c4 to your computer and use it in GitHub Desktop.
Save tusharmath/4068bee52c23c848a35a7af09922c8c4 to your computer and use it in GitHub Desktop.
prettier.sh
#!/usr/bin/env bash
git ls-files | \
grep -E '.*(css|ts|graphql)$' | \
xargs prettier --print-width 80 --single-quote --no-semi --no-bracket-spacing --write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment