-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Introduce additional config for TypeScript #1256
Comments
Pull created #1257. |
Forgive my ignorance, but I don't see any documentation on this. Would we use this, by adding the following in our .eslintrc.js?
In which case, solely adding that would be enough configuration for the typescript use case? |
PR created #1277 |
In addition to config portion for React (https://github.com/benmosher/eslint-plugin-import/blob/master/config/react.js) I suggest to create a portion for TypeScript in a separate file:
In this case instead of endless copy-paste of this section users would simply add something like
plugin:import/typescript
to their configs.The text was updated successfully, but these errors were encountered: