Fix obvious lints. (#265) #31
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#L5
Missing return type on function
|
Run npm run lint:
tools/helpers.ts#L14
Missing return type on function
|
Run npm run lint:
tools/helpers.ts#L17
Variable name `order_a` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
Run npm run lint:
tools/helpers.ts#L18
Variable name `order_b` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
Run npm run lint:
tools/helpers.ts#L19
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run npm run lint:
tools/helpers.ts#L19
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run npm run lint:
tools/helpers.ts#L20
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run npm run lint:
tools/helpers.ts#L21
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run npm run lint:
tools/helpers.ts#L25
Do not delete dynamically computed property keys
|
Run npm run lint:
tools/helpers.ts#L30
Parameter name `file_path` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
Loading