// .prettierrc.mjs /** @type {import("prettier").Config} */ export default { plugins: ['prettier-plugin-astro'], };