diff --git a/src/utils/validation.ts b/src/utils/validation.ts index 1716b92..19ea56b 100644 --- a/src/utils/validation.ts +++ b/src/utils/validation.ts @@ -60,4 +60,4 @@ export const validateField = (fieldName: string, value: string): string | null = console.warn(`Unknown field for validation: ${fieldName}`); return null; } -}; \ No newline at end of file +}; diff --git a/tsconfig.json b/tsconfig.json index 31757fb..46ea176 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,4 +20,4 @@ "typeRoots": ["./src/index.d.ts"] }, "include": ["src"] -} \ No newline at end of file +}