chore: lint μ€μ #215
lint_and_unit_test.yml
on: push
Lint and Unit Test
56s
Annotations
10 warnings
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L26
'index' is defined but never used. Allowed unused args must match /^_/u
|
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L26
'value' is defined but never used. Allowed unused args must match /^_/u
|
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L26
'blockId' is defined but never used. Allowed unused args must match /^_/u
|
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L26
'pageId' is defined but never used. Allowed unused args must match /^_/u
|
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L26
Unexpected any. Specify a different type
|
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L31
'index' is defined but never used. Allowed unused args must match /^_/u
|
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L31
'blockId' is defined but never used. Allowed unused args must match /^_/u
|
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L31
'pageId' is defined but never used. Allowed unused args must match /^_/u
|
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L31
Unexpected any. Specify a different type
|
Lint and Unit Test:
@noctaCrdt/Crdt.ts#L36
'operation' is defined but never used. Allowed unused args must match /^_/u
|