We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetch-charset-detection
Hi all,
While using fetch-charset-detection on the Open Terms Archive, importing of this library is causing an eslint error with
error Unable to resolve path to module 'fetch-charset-detection' import/no-unresolved
I made a reproducable environment which behaves with the same error
This does not happen with other packages.
It might because there is no main in the package.json
main
The text was updated successfully, but these errors were encountered:
disable eslint as it raises a false positive
3a8da5e
and created the corresponding issue in their repo node-fetch/fetch-charset-detection#247
No branches or pull requests
Hi all,
While using
fetch-charset-detection
on the Open Terms Archive, importing of this library is causing an eslint error withI made a reproducable environment which behaves with the same error
This does not happen with other packages.
It might because there is no
main
in the package.jsonThe text was updated successfully, but these errors were encountered: