Push Preview Gong Notes

This commit is contained in:
Andrea
2026-03-20 17:33:09 +01:00
parent d5a2e490f0
commit 91ba13aef6
32 changed files with 925 additions and 206 deletions

15
.prettierrc Normal file
View File

@@ -0,0 +1,15 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}