Grégory Houllier
Grégory Houllier
up @emijrp 🙂
Hi! We encounter the same situation on my project. It would be nice if we you can support this case 🙏
This mean, it's a feature which impact several projects/packages/tools.
Rule `import/no-unresolved` raise false positive when there is no `main` field in the `package.json`
All package authored by @sindresorhus will be migrated to pure esm module see [article](https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77) It's already the case for `chalk` and many other packages.
We use a patched version of `react-grid-layout` based on @ashharrison90 branch and it works perfectly.
@gluxon Is it possible to help in this area?