Initial commit: demo sito clinica veterinaria

This commit is contained in:
2026-04-04 10:14:07 +02:00
commit 0ca0306a34
111 changed files with 17895 additions and 0 deletions

15
clinica-app/.prettierrc Normal file
View File

@@ -0,0 +1,15 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"proseWrap": "preserve"
}