mirror of
https://github.com/immich-app/immich.git
synced 2026-03-06 00:43:44 -05:00
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"scripts": {
|
|
"format": "prettier --cache --check .",
|
|
"format:fix": "prettier --cache --write --list-different ."
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.7.4"
|
|
}
|
|
}
|