chore(deps-dev): Bump eslint-config-standard-with-typescript #1140
Annotations
10 errors and 1 warning
job:
src/attribute.ts#L16
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
job:
src/attribute.ts#L68
Unsafe argument of type `any` assigned to a parameter of type `Value | null`
|
job:
src/batch-get.ts#L37
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
job:
src/batch-get.ts#L128
Unsafe argument of type `any` assigned to a parameter of type `DynamoDBServiceException`
|
job:
src/batch-get.ts#L131
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
job:
src/batch-write.ts#L54
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
job:
src/batch-write.ts#L105
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
job:
src/batch-write.ts#L106
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
job:
src/batch-write.ts#L138
Unsafe argument of type `any` assigned to a parameter of type `DynamoDBServiceException`
|
job:
src/decorator/attribute-types/any.ts#L21
Use a ! assertion to more succinctly remove null and undefined from the type
|
job
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|