willhoney7 / eslint-plugin-import-helpers

ESLint plugin to help enforce a configurable order for import statements
291 stars 17 forks source link

Support for eslint v9 #56

Closed robbieaverill closed 5 days ago

robbieaverill commented 3 months ago

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

Aluisio commented 1 month ago

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

shredor commented 2 weeks ago

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


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

...
plugins: {
  'import-helpers': importPlugin,
},
...
willhoney7 commented 5 days ago

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