Skip to content

Commit

Permalink
chore: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Dec 28, 2023
1 parent f262b01 commit 649586b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import fs, {WriteStream} from 'fs';
import cheerio, {CheerioAPI, Element, Cheerio} from 'cheerio';
import mkdirp from 'mkdirp';
import {join, resolve, basename, extname} from 'path';
import chalk from 'chalk';
import output from './output';
import {transformHtmlToMarkdown} from './markdown';
import Reporter from './reporter';
Expand All @@ -47,7 +48,6 @@ import {
} from './models/medmark/template';
import {MediumApolloState, MediumPostMetadata} from './models/medium';
import {MedmarkFrontMatterAuthor} from './models/medmark/front-matter';
import chalk from 'chalk';

interface Paths {
/**
Expand Down

0 comments on commit 649586b

Please sign in to comment.