1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

fix(deps): prettier 3 (#5336)

This commit is contained in:
Jason Rasmussen
2023-11-27 11:42:04 -05:00
committed by GitHub
parent 87871e4df9
commit 3992119e32
11 changed files with 42 additions and 35 deletions

View File

@@ -3,7 +3,6 @@
"trailingComma": "all",
"printWidth": 120,
"semi": true,
"organizeImportsSkipDestructiveCodeActions": true,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": false
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}