-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Typescript Docs Question #2586
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
Comments
it says lines, plural, so you'd need all of them. |
Including configuring the resolver or are there defaults?
|
Yes, you still need the resolver. |
I understand that I need it but is the ootb configuration enough or do I need to follow the configuration steps listed here? https://github.com/import-js/eslint-import-resolver-typescript#configuration |
You need to follow all the steps listed there - that's why they're listed. |
Can you see how I found |
Indeed I can; happy to review a PR that makes it more clear. To clarify, "all those lines" are the shortcut - the granular settings are the other sections of the document. |
Ah understood, thank you. It also threw me that |
The associated PR was merged, so this is clearly complete. |
The following bit is unclear to me.
Does "You may use the following shortcut" and "the following lines do the trick" indicate that
plugin:import/typescript
should preclude any other configuration? Or do I still need to add the configuration outlined in https://github.com/import-js/eslint-import-resolver-typescript#configurationThank you!
The text was updated successfully, but these errors were encountered: