Formatting and config

This commit is contained in:
aronmal 2023-08-22 11:58:27 +02:00
parent ac8a31795e
commit 52fd781b60
Signed by: aronmal
GPG key ID: 816B7707426FC612
23 changed files with 521 additions and 515 deletions

8
prettier.config.cjs Normal file
View file

@ -0,0 +1,8 @@
module.exports = {
semi: false,
printWidth: 1000,
plugins: [
"prettier-plugin-astro",
"prettier-plugin-organize-imports",
],
}