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
Yarn v2 has a new directory structure that doesn't involve modules. eslint-plugin-import was able to solve an issue like this quite easily by using createRequireFromPath instead of require.resolve.
The text was updated successfully, but these errors were encountered:
Yarn v2 has a new directory structure that doesn't involve modules. eslint-plugin-import was able to solve an issue like this quite easily by using
createRequireFromPath
instead ofrequire.resolve
.The text was updated successfully, but these errors were encountered: