Corrected content type for bulk operations #37
Annotations
11 warnings
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/.
|
Run npm run lint:
tools/helpers.ts#L14
Missing return type on function
|
Run npm run lint:
tools/helpers.ts#L16
Unexpected any value in conditional. An explicit comparison or type cast is required
|
Run npm run lint:
tools/helpers.ts#L16
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Run npm run lint:
tools/helpers.ts#L29
Missing return type on function
|
Run npm run lint:
tools/helpers.ts#L32
Variable name `order_a` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
Run npm run lint:
tools/helpers.ts#L33
Variable name `order_b` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
Run npm run lint:
tools/helpers.ts#L34
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run npm run lint:
tools/helpers.ts#L34
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run npm run lint:
tools/helpers.ts#L35
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run npm run lint:
tools/helpers.ts#L36
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Loading