Set up prettier

This commit is contained in:
hexaheximal 2025-07-30 11:29:36 -04:00
commit 5b4952827b
7 changed files with 389 additions and 168 deletions

View file

@ -9,9 +9,11 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/starlight": "^0.34.3",
"astro": "^5.1.8",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"starlight": "^0.3.9",
"@astrojs/starlight": "^0.34.3"
"starlight": "^0.3.9"
}
}