Add prettier

This commit is contained in:
aronmal 2023-11-09 13:50:58 +01:00
parent 7811574d5b
commit cf29f2588e
Signed by: aronmal
GPG key ID: 816B7707426FC612
3 changed files with 83 additions and 5 deletions

View file

@ -11,5 +11,10 @@
},
"dependencies": {
"astro": "^3.4.4"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-organize-imports": "^3.2.3"
}
}