Hi all, While using `fetch-charset-detection` on the [Open Terms Archive](https://opentermsarchive.org), importing of this library is causing an [eslint error](https://github.com/ambanum/OpenTermsArchive/actions/runs/3053368351/jobs/4923900242) with ``` error Unable to resolve path to module 'fetch-charset-detection' import/no-unresolved ``` I made a [reproducable environment](https://github.com/OpenTermsArchive/error-reproduction-eslint-fetch-charset-detection) which behaves with the same error <img width="1400" alt="Screen Shot 2022-09-15 at 10 33 07" src="https://user-images.githubusercontent.com/4191809/190331285-f1db4ff6-cb1a-4648-ac4a-4cb12ab79183.png"> This does not happen with other packages. It might because there is no `main` in the package.json