Files
BackupX/web/.prettierrc.json
T
Awuqing c06bbec383 refactor: simplify architecture and harden lifecycle
Remove obsolete implementations, centralize background task ownership and terminal-state recovery, consolidate frontend routing and log streaming, and enforce project-wide verification in CI.
2026-08-26 11:32:00 +08:00

7 lines
90 B
JSON

{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}