feat: 구현한 텍스트 수정 로직 에디터와 블록 구조에 반영 #208
lint_and_unit_test.yml
on: push
Lint and Unit Test
51s
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
|