Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 24, 2023
1 parent 7f72e6b commit 19f0b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { nanoid } from 'nanoid'
import type { Page, Browser, Target } from 'puppeteer-core'
import TypedEmitter from 'typed-emitter'
import { ConvertType, mimeTypes } from './converter'
import { CLIError, error } from './error'
import { error } from './error'
import { File, FileType } from './file'
import {
generatePuppeteerDataDirPath,
Expand Down

0 comments on commit 19f0b94

Please sign in to comment.