From d83a25f47e53b5fda9dbb2ae98ccb5b9583e88d1 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Wed, 9 Apr 2025 07:17:21 +0000 Subject: [PATCH] chore: linted with auto-fix --- src/components/DataExportSection.vue | 41 ++++++++++--------- src/services/PlatformServiceFactory.ts | 6 +-- src/services/api.ts | 8 ++-- src/services/deepLinks.ts | 8 ++-- src/services/plan.ts | 12 +++--- .../platforms/CapacitorPlatformService.ts | 12 ++++-- .../platforms/ElectronPlatformService.ts | 10 +++-- .../platforms/PyWebViewPlatformService.ts | 10 +++-- src/services/platforms/WebPlatformService.ts | 26 +++++++----- 9 files changed, 77 insertions(+), 56 deletions(-) diff --git a/src/components/DataExportSection.vue b/src/components/DataExportSection.vue index a05d9a63..d07a91b5 100644 --- a/src/components/DataExportSection.vue +++ b/src/components/DataExportSection.vue @@ -1,16 +1,9 @@ -/** - * Data Export Section Component - * - * Provides UI and functionality for exporting user data and backing up identifier seeds. - * Includes buttons for seed backup and database export, with platform-specific download instructions. - * - * @component - * @displayName DataExportSection - * @example - * ```vue - * - * ``` - */ +/** * Data Export Section Component * * Provides UI and functionality for +exporting user data and backing up identifier seeds. * Includes buttons for seed +backup and database export, with platform-specific download instructions. * * +@component * @displayName DataExportSection * @example * ```vue * + +* ``` */