Go Back
Prettier With Astro
Date: 11/5/2022
How to Get Prettier to Work With Astro
To get this plugin to work you currently need the following npm package:
npm i --save-dev prettier-plugin-astro prettier
This is the official solution from the Astro team as of whenever this date says.
It's always worth checking around if you have any trouble with this command.