mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
bff6914a73
* feat: lint rule for organize imports * chore: organize imports
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"organizeImportsSkipDestructiveCodeActions": true
|
|
}
|