Skip to content

Instantly share code, notes, and snippets.

@ravidsrk
Forked from whoisryosuke/prettier.sh
Created April 14, 2019 19:52
Show Gist options
  • Save ravidsrk/f108be3ac727b6c74e916ae1651c6d58 to your computer and use it in GitHub Desktop.
Save ravidsrk/f108be3ac727b6c74e916ae1651c6d58 to your computer and use it in GitHub Desktop.
Prettier - Format or unminify code (single file or any folder of certain files)
# Quickly fix one file
npx prettier --write your-file.html
# Quickly fix all files of one type
npx prettier --write src/**/*.{js,jsx}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment