[WIP] Add general CI workflow file (typechck, format, lint) #13
Annotations
10 errors
Lint & Format:
packages/api-utils/src/hash.ts#L3
A Node.js builtin module should be imported with the node: protocol.
|
Lint & Format:
packages/api-utils/src/mediaGuard.ts#L11
Use === instead of ==
|
Lint & Format:
apps/v2/types/fastify.d.ts#L17
Unexpected any. Specify a different type.
|
Lint & Format:
apps/v2/types/fastify.d.ts#L19
Unexpected any. Specify a different type.
|
Lint & Format:
apps/v2/types/fastify.d.ts#L1
All these imports are only used as types.
|
Lint & Format:
apps/docs/app/docs/[[...slug]]/page.tsx#L12
Shouldn't redeclare 'Page'. Consider to delete it or rename it.
|
Lint & Format:
apps/docs/app/docs/layout.tsx#L1
All these imports are only used as types.
|
Lint & Format:
apps/v1/src/app.ts#L6
Use Number.parseInt instead of the equivalent global.
|
Lint & Format:
apps/v2/src/app.ts#L6
Use Number.parseInt instead of the equivalent global.
|
Lint & Format:
apps/v1/types/fastify.d.ts#L17
Unexpected any. Specify a different type.
|