simonhaenisch/prettier-plugin-organize-imports

How to disable this plugin explicitly?

BatuhanW opened this issue · 1 comments

One ouf our dependencies is using this package and there is no way to disable it. We have our own eslint sort import plugin, which we are happy about.

Could you add an option to disable this plugin completely?

😱

Tell the maintainer of the dependency to move it from dependencies to dev dependencies.

Could you add an option to disable this plugin completely?

No I cannot but you can use the plugins config of Prettier, and Prettier 3 doesn't auto-detect plugins anymore iirc?