Skip to content

Instantly share code, notes, and snippets.

@johntran
Last active April 22, 2019 19:09
Show Gist options
  • Save johntran/00165af3f97da9f7aa9109024e235ba3 to your computer and use it in GitHub Desktop.
Save johntran/00165af3f97da9f7aa9109024e235ba3 to your computer and use it in GitHub Desktop.
prettier everything
./node_modules/.bin/prettier --single-quote --trailing-comma all --write "{,!(node_modules)/**/}*.js"
@johntran
Copy link
Author

npx prettier --write "**/*.{js,ts,tsx,css,md}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment