Skip to content

Merge pull request #95 from boostcampwm-2024/Feature/#094_기초_마크다운_에디터_구현 #26

Merge pull request #95 from boostcampwm-2024/Feature/#094_기초_마크다운_에디터_구현

Merge pull request #95 from boostcampwm-2024/Feature/#094_기초_마크다운_에디터_구현 #26

Triggered via push November 12, 2024 15:46
Status Failure
Total duration 40s
Artifacts
Lint and Test
31s
Lint and Test
Fit to window
Zoom out
Zoom in

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