chore: lint #3947
Annotations
6 errors
Bundle Watch:
lib/mdx.ts#L24
Argument of type 'import("/home/runner/work/markdown/markdown/node_modules/@types/mdast/index").Root' is not assignable to parameter of type 'import("/home/runner/work/markdown/markdown/node_modules/@types/hast/index").Root'.
|
Bundle Watch:
processor/plugin/toc.ts#L101
Argument of type 'TocList' is not assignable to parameter of type 'Root'.
|
Bundle Watch:
processor/transform/images.ts#L53
Type 'RootContent[]' is not assignable to type '(BlockContent | DefinitionContent)[]'.
|
Bundle Watch:
processor/transform/readme-components.ts#L103
Type '{ alt: string; children: RootContent[]; title: string; height: string; width: string; src: string; border: string; align: string; }' is not assignable to type 'Properties & ImageBlockAttrs'.
|
Bundle Watch:
processor/transform/readme-to-mdx.ts#L25
Argument of type 'TutorialTile' is not assignable to parameter of type 'Record<string, unknown>'.
|
Bundle Watch
Process completed with exit code 2.
|