✅ Fix all remaining lint errors - ZERO errors now!
Final fixes: - Add eslint-disable for space-before-function-paren false positives in generic types - All 68 original errors now resolved - Build passes successfully - No API logic or structure changes Final status: 0 errors, 239 warnings (warnings are acceptable) https://claude.ai/code/session_015R3U3kiprQiNTTNNt31Sg6
This commit is contained in:
@@ -451,6 +451,7 @@ export function withRetry(options: RetryOptions = {}) {
|
||||
/**
|
||||
* Wrapper for function with retry
|
||||
*/
|
||||
// eslint-disable-next-line space-before-function-paren
|
||||
export function retryable<T extends (...args: unknown[]) => unknown>(
|
||||
fn: T,
|
||||
options: RetryOptions = {}
|
||||
|
||||
Reference in New Issue
Block a user