fix(album): removing last album image was not working

This commit is contained in:
2025-06-02 12:35:44 -04:00
parent a08b384495
commit 6ae6db0c1d
7 changed files with 369 additions and 262 deletions

14
frontend/.prettierrc Normal file
View File

@@ -0,0 +1,14 @@
{
"useTabs": false,
"tabWidth": 4,
"printWidth": 120,
"semi": true,
"singleQuote": true,
"singleAttributePerLine": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": true,
"endOfLine": "lf"
}