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
I'm trying to write a custom resolver, and when I run eslint ., it seems to hide any console.log coming from my resolver, and it quietly swallows any errors thrown by it. So all I can see is "Unable to resolve path to module..." errors.
How am I supposed to debug my resolver?
The text was updated successfully, but these errors were encountered:
I've landed on this issue because I couldn't see console.log, but then I realised this was because my eslint config was incorrect (I've copied/pasted the settings block into the existing settings block).
I'm trying to write a custom resolver, and when I run
eslint .
, it seems to hide anyconsole.log
coming from my resolver, and it quietly swallows any errors thrown by it. So all I can see is "Unable to resolve path to module..." errors.How am I supposed to debug my resolver?
The text was updated successfully, but these errors were encountered: