Feature/#094 기초 마크다운 에디터 구현 #17
Annotations
9 errors and 3 warnings
Run lint:
client/src/components/block/Block.style.ts#L14
Replace `'&:empty::before'` with `"&:empty::before"`
|
Run lint:
client/src/components/block/Block.style.ts#L15
Replace `'attr(data-placeholder)',·` with `"attr(data-placeholder)",`
|
Run lint:
client/src/components/block/Block.style.ts#L16
Replace `'gray.300'` with `"gray.300"`
|
Run lint:
client/src/components/block/Block.style.ts#L17
Replace `'absolute'` with `"absolute"`
|
Run lint:
client/src/components/block/Block.style.ts#L18
Replace `'none'·` with `"none",`
|
|
|
|
Run lint
Process completed with exit code 1.
|
Run lint:
client/src/components/block/Block.tsx#L3
'listItemStyle' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
Run lint:
client/src/types/markdown.ts#L17
Unexpected any. Specify a different type
|
Run lint:
client/src/utils/linkedLIstBlock.ts#L65
Unexpected any. Specify a different type
|
Loading