Skip to content

Instantly share code, notes, and snippets.

View AchoArnold's full-sized avatar
🌴
Wondering...

Acho Arnold AchoArnold

🌴
Wondering...
View GitHub Profile
@AchoArnold
AchoArnold / Prettier Vue App Windows 10.md
Last active January 11, 2021 16:28
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}"