mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
88e92332ee
* chore(web): organize prettier trigger order * fix package.json * fix package.json
8 lines
214 B
Text
8 lines
214 B
Text
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"]
|
|
}
|