petboom-fixresponse+svg

This commit is contained in:
2026-06-23 15:13:06 +03:30
commit 36b438ebb7
194 changed files with 28851 additions and 0 deletions

10
.prettierrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"overrides": [
{
"files": "*.svg",
"options": {
"parser": "html"
}
}
]
}