Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 6, 2020
1 parent a9aecd6 commit 89d3777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const { startsWith, get, split, nth, castArray, forEach } = require('lodash')
const { date: toDate, isUrl, isMime } = require('@metascraper/helpers')
const debug = require('debug-logfmt')('html-get:html')
const { TAGS: URL_TAGS } = require('html-urls')
const replaceString = require('replace-string')
const isHTML = require('is-html-content')
Expand Down

0 comments on commit 89d3777

Please sign in to comment.