You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Andrioden, thanks for the report and repro! It seems like this is just a manifestation of import-js/eslint-plugin-import#2703, which is an issue with eslint-plugin-import not being able to parse the package.json exports field. We will look into the impact of adding a "main" field to our package.json or if there are any other ways for us to mitigate this but for now, simply disabling the plugin (as you are doing in the workaround) is probably the best way to go.
There is something wrong with your node_module export, because the plugin eslint-plugin-import complains.
I got this error after i upgraded to 2.0.0.
My application still works, so its just limited to the linter.
Here is a minimum that i think reproduce it
frontend/package.json
frontend/main.js
Then run something like
.\frontend\node_modules\.bin\eslint ./frontend/
->
The text was updated successfully, but these errors were encountered: