eslint-plugin-import-helpers icon indicating copy to clipboard operation
eslint-plugin-import-helpers copied to clipboard

Support for eslint v9

Open robbieaverill opened this issue 1 year ago • 2 comments

Hey team,

eslint v9 is the latest release. Could we update this plugin to support it?

Notes: https://eslint.org/docs/latest/use/migrate-to-9.0.0#breaking-changes-for-plugin-developers

Thanks

robbieaverill avatar Jul 17 '24 03:07 robbieaverill

It's sad that a project with over 100k weekly downloads seems abandoned 😔

Aluisio avatar Sep 10 '24 18:09 Aluisio

I have peer dependency warning, but it works with eslint v9


import importPlugin from 'eslint-plugin-import-helpers';

...
plugins: {
  'import-helpers': importPlugin,
},
...

shredor avatar Oct 10 '24 20:10 shredor

Hey all, I cut the v2 release which has support for v9. Let me know if you run into any new issues.

As an aside, I've stopped active development of this because I think this package does a much better job at solving the same problem and is what I now use: @ianvs/prettier-plugin-sort-imports

willhoney7 avatar Oct 23 '24 02:10 willhoney7