Skip to content

Feature/#094 기초 마크다운 에디터 구현 #25

Feature/#094 기초 마크다운 에디터 구현

Feature/#094 기초 마크다운 에디터 구현 #25

Triggered via pull request November 12, 2024 15:42
Status Failure
Total duration 44s
Artifacts

lint_and_test.yml

on: pull_request
Lint and Test
29s
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