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 using eslint-import-resolver-oxc and it seems "import-x/resolver": "oxc" doesn't work, firing Unable to resolve path to module, while "import-x/resolver": { oxc: true } works as expected.
I'm using eslint-import-resolver-oxc and it seems
"import-x/resolver": "oxc"
doesn't work, firingUnable to resolve path to module
, while"import-x/resolver": { oxc: true }
works as expected.The text was updated successfully, but these errors were encountered: