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

3
prettier.config.cjs Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
plugins: ["prettier-plugin-organize-imports", "prettier-plugin-astro"],
};