fix: Adjust code for typescript-eslint v6 rules #834
Annotations
10 errors
src/createCloudWatchClient.ts#L34
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/createLambdaExtensionClient.test.ts#L9
Unexpected empty arrow function
|
src/createLambdaExtensionClient.ts#L72
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/createNoOpClient.ts#L11
Unexpected empty method 'increment'
|
src/createNoOpClient.ts#L12
Unexpected empty method 'decrement'
|
src/createNoOpClient.ts#L13
Unexpected empty method 'histogram'
|
src/createNoOpClient.ts#L14
Unexpected empty method 'timing'
|
src/createStatsDClient.ts#L12
Interface only has a call signature, you should use a function type instead
|
src/createTimedSpan.test.ts#L77
Unexpected empty arrow function
|
src/createTimedSpan.ts#L42
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
The logs for this run have expired and are no longer available.
Loading