Skip to content

Instantly share code, notes, and snippets.

@AchoArnold
Last active January 11, 2021 16:28
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 AchoArnold/c331d4830a8a35fb5abcc3280e188516 to your computer and use it in GitHub Desktop.
Save AchoArnold/c331d4830a8a35fb5abcc3280e188516 to your computer and use it in GitHub Desktop.
How to use prettier to format all files in a Vue app on windows 10
.\node_modules\.bin\prettier  --write . "{**/*,*}.{js,ts,vue,jsx,tsx,html,json}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment