Add prettier, tailwindcss, prettier-plugin-astro

This commit is contained in:
2023-11-24 17:36:42 -06:00
parent d7d7628e4e
commit 71a0e8e454
5 changed files with 116 additions and 9 deletions

5
.prettierrc.mjs Normal file
View File

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