-
Notifications
You must be signed in to change notification settings - Fork 62
Is it possible to include a config portion for import plugin in recommended settings? #275
Comments
Feel free to open a PR! |
@kirill-konshin not everyone uses it, if you think that its good idea, consider making config package |
So should I open PR or not ))) it won't harm those who don't use it. How about a section named |
@kirill-konshin I do use it also. I would say I think it makes more sense to see if import is willing to have this. I know it is a bit complicated trying to tell where this all should sit. I do also maintain my own package (https://www.npmjs.com/package/@corbinu/eslint-plugin-corbinu) for my own very complicated eslint config for my own use as @armano2 suggested so that is where I handle this |
I agree. Although it won’t be useful for everyone, it won’t hurt people who don’t use |
cases when it can break:
i think it will be better if config like this will be provided by |
On a second thought, this belongs more to import... so I've already created a ticket and PR for import plugin as well: import-js/eslint-plugin-import#1256, it's currently blocked by broken CI. |
Alrighty, well if it's going to be handled over in eslint-plugin-import, I'll close this issue. |
It would be useful if
plugin:typescript/recommended
would include a section foreslint-plugin-import
(as recommended in their docs: https://github.com/benmosher/eslint-plugin-import#importextensions):This code does not force user to install the plugin, but it will produce an effect if the plugin is used.
The text was updated successfully, but these errors were encountered: