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
Hi there. I'm currently attempting to get this plugin working with (the equivalent of) a custom NODE_PATH. Was looking at the eslint-import-resolver-node documentation, which says to add an import/resolver key to the .eslintrc file, but after checking the code I see that it actually looks for import/resolve (in lib/core/resolve.js).
I'm not sure if I'm missing something, or if there's a discrepancy.