Merge pull request #95 from boostcampwm-2024/Feature/#094_기초_마크다운_에디터_구현 #26
Annotations
10 errors and 2 warnings
Lint and Test:
client/src/hooks/useMarkdownGrammer/handlers/arrow.ts#L22
Delete `··········`
|
Lint and Test:
client/src/hooks/useMarkdownGrammer/handlers/arrow.ts#L25
Delete `··········`
|
Lint and Test:
client/src/utils/blockNavigationUtils.ts#L3
Replace `'prev'·|·'next'` with `"prev"·|·"next"`
|
|
Lint and Test:
client/src/utils/blockNavigationUtils.ts#L7
Replace `'checkbox'` with `"checkbox"`
|
Lint and Test:
client/src/utils/blockNavigationUtils.ts#L8
Replace `'ul'·||·node?.type·===·'ol'` with `"ul"·||·node?.type·===·"ol"`
|
Lint and Test:
client/src/utils/blockNavigationUtils.ts#L9
Replace `'li'` with `"li"`
|
|
|
|
Lint and Test:
client/src/types/markdown.ts#L17
Unexpected any. Specify a different type
|
Lint and Test:
client/src/utils/linkedLIstBlock.ts#L94
Unexpected any. Specify a different type
|