What happened?
the main property has been removed, resulting in eslint failures for the import/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.0
Relevant log output
1:26 error Unable to resolve path to module '@octokit/rest' import/no-unresolved
https://github.com/form8ion/github/actions/runs/9883429421/job/27298159380?pr=15#step:5:78
Code of Conduct
What happened?
the
mainproperty 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
mainproperty and pointing it at the same file as the exports map for backward compatibility?Versions
@octokit/restv21.0.0Relevant log output
Code of Conduct