Fix some lint issues

This commit is contained in:
2025-05-22 22:00:37 +02:00
parent 32218e5595
commit 646a897b93
12 changed files with 45 additions and 49 deletions

View File

@@ -1,10 +1,9 @@
import { visit } from 'unist-util-visit';
import { InlineContainerType, MARKDOWN_REGEX } from '../types/markdown';
import type { Node } from 'unist';
import type { Parent } from 'unist';
import type { Node, Parent } from 'unist';
import type { Text } from 'mdast';
import { lookupFileByName } from '@/api/file';
import { getFileUrl } from './fileHelpers';
import { InlineContainerType, MARKDOWN_REGEX } from '@/types/models';
/**
* Represents a wiki link match from the regex