Skip to content

Commit

Permalink
disable eslint as it raises a false positive
Browse files Browse the repository at this point in the history
and created the corresponding issue in their repo
node-fetch/fetch-charset-detection#247
  • Loading branch information
martinratinaud committed Sep 15, 2022
1 parent f229fdf commit 3a8da5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/archivist/fetcher/htmlOnlyFetcher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import AbortController from 'abort-controller';
import convertBody from 'fetch-charset-detection';
// https://github.com/node-fetch/fetch-charset-detection/issues/247
import convertBody from 'fetch-charset-detection'; // eslint-disable-line import/no-unresolved
import HttpProxyAgent from 'http-proxy-agent';
import HttpsProxyAgent from 'https-proxy-agent';
import nodeFetch, { AbortError } from 'node-fetch';
Expand Down

0 comments on commit 3a8da5e

Please sign in to comment.