willhoney7 / eslint-plugin-import-helpers

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

Support for ESLint v7? #26

Closed lffg closed 4 years ago

lffg commented 4 years ago

https://github.com/Tibfib/eslint-plugin-import-helpers/blob/c939cbbdb49023912d3302c913de8177dec18151/package.json#L24

Are you planning to support the ESLint 7.x?

willhoney7 commented 4 years ago

Thank you for the notice! I'll see if I can get a release out in the next week. If anyone would like to submit a PR, I can get it out a bit faster.

roberto-souza commented 4 years ago

Hello, do you have any predictions for ESLint 7.x support?

willhoney7 commented 4 years ago

Hello! Apologies for the delayed response on all of this. We sold our house, moved, and things are finally starting to calm down. I'll set some time aside this week to add ESLint 7 support

willhoney7 commented 4 years ago

I just published v1.1.0 which supports ESLint 7. I didn't see any breaking changes and tested with ESLint 5 and 6 as well.