-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
import-js/eslint-plugin-import#3114
Hi,
i dont understand it fully, but it looks like the linky package currently uses the exports field in its package.json to define its entry points. However, some tools, such as eslint-plugin-import, do not yet support the exports field. This causes resolution errors when importing this package.
For compatibility with such tools, could you add a main field to the package.json? For example:
"main": "./dist/lib/index.js"
This would make the package easier to use in a wider variety of environments.
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels