How to automatically run Prettier on all files in a project
Create a .prettierrc
file in your project, for example
{
"tabWidth": 2,
"useTabs": false,
"semi": false
}
Then run
npx prettier -w .
→ Here's my latest YouTube video
→ I wrote 17 books to help you become a better developer, download them all at $0 cost by joining my newsletter
→ JOIN MY CODING BOOTCAMP, an amazing cohort course that will be a huge step up in your coding career - covering React, Next.js - next edition February 2025