Closed onlyling closed 2 years ago
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
When used with eslint-plugin-import, it prompts many questions, such as import/namespace, import/no-named-as-default, import/no-named-as-default-member.
If I use the following method, Babel will prompt an error.
The
export default
export is used insrc/index.js
, I think the declaration should be changed.The error message disappeared after I modified the local file.
At the same time, it can also be solved by overwriting the declaration.