Backend setup #7
lint-check.yml
on: pull_request
Backend lint and style check
11s
Frontend lint and style check
12s
Annotations
13 errors and 2 warnings
Backend lint and style check:
backend/index.ts#L1
Unsafe assignment of an `any` value
|
Backend lint and style check:
backend/index.ts#L1
Require statement not part of import statement
|
Backend lint and style check:
backend/index.ts#L3
Unsafe assignment of an `any` value
|
Backend lint and style check:
backend/index.ts#L3
Require statement not part of import statement
|
Backend lint and style check:
backend/index.ts#L5
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Backend lint and style check:
backend/index.ts#L7
Unsafe assignment of an `any` value
|
Backend lint and style check:
backend/index.ts#L7
Unsafe call of an `any` typed value
|
Backend lint and style check:
backend/index.ts#L9
Unsafe call of an `any` typed value
|
Backend lint and style check:
backend/index.ts#L9
Unsafe member access .use on an `any` value
|
Backend lint and style check:
backend/index.ts#L9
Unsafe call of an `any` typed value
|
Frontend lint and style check:
frontend/src/App.tsx#L25
'count' is already declared in the upper scope on line 9 column 10
|
Frontend lint and style check:
frontend/src/main.tsx#L7
Forbidden non-null assertion
|
Frontend lint and style check
Process completed with exit code 1.
|
Backend lint and style check
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/.
|
Frontend lint and style check
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/.
|