Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 0f98f1a

Browse files
committed
Fix ESLint issue
1 parent 801401c commit 0f98f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { resolve } from 'path';
22
import { pathToFileURL } from 'url';
33

4+
// eslint-disable-next-line import/no-unresolved
45
import { Code, Parent } from 'mdast';
56
import { Mermaid } from 'mermaid';
67
import { Browser, launch, LaunchOptions } from 'puppeteer';

0 commit comments

Comments
 (0)