style: format code with Prettier

Apply Prettier formatting to maintain consistent code style across the codebase.
Changes include formatting improvements for:
- IPC handlers (database, file, material-type, resolver, user-erp-config, validation)
- Type definitions (ipc-api.types)
- React components (MaterialTypeManagementDialog)
- React hooks (useAuth, useCleaner, useValidation)
- Pages (SettingsPage)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
test
2026-03-08 15:17:40 +08:00
parent 57c3452d82
commit c4fff84848
12 changed files with 217 additions and 146 deletions

View File

@@ -76,9 +76,7 @@ export interface ExtractorAPI {
* Run ERP data extractor
* @param input - Extractor input parameters
*/
runExtractor: (
input: ExtractorInput
) => Promise<IpcResult<ExtractorResult>>
runExtractor: (input: ExtractorInput) => Promise<IpcResult<ExtractorResult>>
/**
* Subscribe to progress updates
* @param callback - Callback function receiving progress data
@@ -101,9 +99,7 @@ export interface CleanerAPI {
* Run ERP cleaner service
* @param input - Cleaner input parameters
*/
runCleaner: (
input: CleanerInput
) => Promise<IpcResult<CleanerResult>>
runCleaner: (input: CleanerInput) => Promise<IpcResult<CleanerResult>>
/**
* Export validation results to Excel