Skip to content

Commit

Permalink
Fix ESLint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Feb 17, 2021
1 parent 801401c commit 0f98f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { resolve } from 'path';
import { pathToFileURL } from 'url';

// eslint-disable-next-line import/no-unresolved
import { Code, Parent } from 'mdast';
import { Mermaid } from 'mermaid';
import { Browser, launch, LaunchOptions } from 'puppeteer';
Expand Down

0 comments on commit 0f98f1a

Please sign in to comment.