Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

feat: initial version #3

feat: initial version

feat: initial version #3

Triggered via pull request September 30, 2023 17:16
@KATTKATT
opened #1
lib
Status Failure
Total duration 36s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: src/handlers.ts#L1
"./types" is not found
lint: src/handlers.ts#L2
"./utils" is not found
lint: src/handlers.ts#L6
Expected "serialize" to come before "test"
lint: src/handlers.ts#L6
Unsafe argument of type `any` assigned to a parameter of type `Iterable<unknown> | ArrayLike<unknown>`
lint: src/handlers.ts#L6
Unsafe member access .entries on an `any` value
lint: src/handlers.ts#L6
Unsafe call of an `any` typed value
lint: src/handlers.ts#L7
Expected "deserialize" to come before "serialize"
lint: src/handlers.ts#L7
Unsafe argument of type `any` assigned to a parameter of type `Iterable<readonly [unknown, unknown]> | null | undefined`
lint: src/handlers.ts#L12
Expected "serialize" to come before "test"
lint: src/handlers.ts#L12
Unsafe argument of type `any` assigned to a parameter of type `Iterable<unknown> | ArrayLike<unknown>`