mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
9a7e48eaa6
* chore(web): remove flowbite * Added confirmation prompt for deletion
9 lines
212 B
Text
9 lines
212 B
Text
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"pluginSearchDirs": false
|
|
}
|