-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing file extension "ts" for [...] / passing through enhanced-resolve
's options.
#233
Comments
Seems related to import-js/eslint-plugin-import#2813 |
@JounQin that PR needs your feedback - could you jump in over in import-js/eslint-plugin-import#2813 (review) please? :) |
Sorry to bother you @JounQin & @phryneas, obviously I am completely green. I don't know how both Why is it necessary to specialize the Shouldn't the Why can't the AFAIK |
@Patryk-B in short, in the past:
Now, with importing a
=> |
@phryneas, understood. Thank you very much for your in-depth explanation. 🙇🙇🙇🙇 |
Thank you @phryneas for the detailed explanation. Would you know a way to avoid the error from |
@fernandopasik you've seen my other comment? |
I am trying to supply
eslint-import-resolver-typescript
with customextensionAlias
option. Is this the correct way:bc it doesn't seem to work...
What am i trying to achieve?
I am trying to fix
Missing file extension "ts" for [...]
linting error fromimport/extensions
rule by trying to "teach"eslint-import-resolver-typescript
resolver to treat ".js" as aliases for ".ts" extension.The text was updated successfully, but these errors were encountered: