[BUG]: v21 fails eslint-plugin-import
's no-unresolved
rule
#446
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
What happened?
the
main
property has been removed, resulting in eslint failures for theimport/no-unresolved
. unfortunately, even though an exports map should cover everything needed, this plugin is unable to understand the exports map. see import-js/eslint-plugin-import#1810 for full info.would you mind including the
main
property and pointing it at the same file as the exports map for backward compatibility?Versions
@octokit/rest
v21.0.0Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: